Skip to content

Commit

Permalink
Update org-user.model.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored May 15, 2024
1 parent 4f690df commit 8dd458d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/models/org-user.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface OrgUser {
default_cost_center_id?: number;
default_cost_center_name?: string;
default_cost_center_code?: string;
rank?: number | null;
rank?: number;
cost_center_ids?: number[];
mobile_verification_attempts_left?: number;
}

0 comments on commit 8dd458d

Please sign in to comment.