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;