From a8f7554302bbf862d88e67d0b930cb3da0dda1b4 Mon Sep 17 00:00:00 2001 From: harid Date: Tue, 19 May 2026 10:33:50 +0700 Subject: [PATCH] test --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index fcadf77c..7bac242a 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -3776,7 +3776,7 @@ export class CommandController extends Controller { public async newSalaryEmployeeAndUpdateCurrent( @Request() req: RequestWithUser, @Body() - body: { + body: { data: { profileId: string; amount?: Double | null;