This commit is contained in:
harid 2026-05-19 10:33:50 +07:00
parent b7f7b907bf
commit a8f7554302

View file

@ -3776,7 +3776,7 @@ export class CommandController extends Controller {
public async newSalaryEmployeeAndUpdateCurrent( public async newSalaryEmployeeAndUpdateCurrent(
@Request() req: RequestWithUser, @Request() req: RequestWithUser,
@Body() @Body()
body: { body: {
data: { data: {
profileId: string; profileId: string;
amount?: Double | null; amount?: Double | null;