Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Nov 5, 2024
1 parent 48bd9c5 commit 1139845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/util/mapping/Mappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ const IrregularExpenseMappings = [
{ back: 'ofm_end_date', front: 'endDate' },
{ back: 'ofm_expenseid', front: 'irregularExpenseId' },
{ back: '_ofm_application_value', front: 'applicationId' },
{ back: 'ofm_funding_number', front: 'fundingAgreementNumber' },
{ back: 'ofm_funding_number', front: 'fundingAgreementNumber' },
]

module.exports = {
Expand Down

0 comments on commit 1139845

Please sign in to comment.