diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-06 20:21:26 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-06 20:21:26 -0500 |
| commit | 57899b0160385c53df4e43ef2fd12492e0dffb77 (patch) | |
| tree | 83f616c406c2d37aec2250bb0c44fcb8d701c177 /src/lib/api.ts | |
| parent | 6ce2329f5ce20f8352e3ea15594f2532ab8a392c (diff) | |
Reimbursements
Diffstat (limited to 'src/lib/api.ts')
| -rw-r--r-- | src/lib/api.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/api.ts b/src/lib/api.ts index 4fd4c39..4ae88ef 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -53,6 +53,7 @@ export async function createExpense( })), }, }, + isReimbursement: expenseFormValues.isReimbursement, }, }) } @@ -105,6 +106,7 @@ export async function updateExpense( ), ), }, + isReimbursement: expenseFormValues.isReimbursement, }, }) } |
