Fixed actors profile check and update for all of them

This commit is contained in:
SepehrYahyaee
2026-01-21 16:45:34 +03:30
parent c5fe27934b
commit 1ed46d1609
3 changed files with 9 additions and 4 deletions

View File

@@ -124,6 +124,9 @@ export class DamageExpertModel {
@Prop({ required: true })
mobile: string;
@Prop({ required: false })
phone?: string;
@Prop({ required: false })
insuActivityCo?: string | null;