Promote dev → uat #339

Merged
the-dogfather-cto[bot] merged 24 commits from dev into uat 2026-04-20 14:06:22 +00:00
Showing only changes of commit 2153505875 - Show all commits
+1
View File
@@ -363,6 +363,7 @@ invoicesRouter.patch(
}
// Destructure tipSplits out — it belongs to a separate table, not the invoices column
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { tipSplits: _tipSplits, ...updateBody } = body as Record<string, unknown>;
const update: Record<string, unknown> = { ...updateBody, updatedAt: new Date() };