fix: typo

This commit is contained in:
Methapon2001 2024-12-03 10:26:09 +07:00
parent 83e0308022
commit 47da893e5e
2 changed files with 4 additions and 4 deletions

View file

@ -309,7 +309,7 @@ export class RequestListController extends Controller {
companyDutyCost?: number;
individualDuty?: boolean;
individualDutyCost?: number;
responsibleLocal?: boolean;
responsibleUserLocal?: boolean;
responsibleUserId?: string;
},
@Query() successAll?: boolean,