This commit is contained in:
AdisakKanthawilang 2024-06-19 17:34:31 +07:00
parent aec7608e9d
commit e2bec57f59
2 changed files with 143 additions and 143 deletions

View file

@ -52,7 +52,7 @@ export class KpiUserCapacityController extends Controller {
requestBody: {
kpiUserEvaluationId: string;
kpiCapacityId: string;
level: string;
level: string | null;
weight: number;
},
@Request() request: { user: Record<string, any> },