Skip to content

Commit

Permalink
chore: incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Aug 20, 2024
1 parent dadc086 commit 44ccc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/expenditures.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ export class ExpendituresController {
parentColumn = undefined;
}
data.push({
row,
row: row1,
parentRow,
column,
column: column1,
parentColumn,
budget: budgetAmount,
value: expenditureAmount,
Expand Down

0 comments on commit 44ccc4c

Please sign in to comment.