Fixed smsApiKey index error and err handling in ESG

This commit is contained in:
SepehrYahyaee
2026-06-21 12:18:08 +03:30
parent 570fa865de
commit d0e7694374
6 changed files with 56 additions and 28 deletions

View File

@@ -23,8 +23,9 @@ class ClientName {
}
class Property {
@ApiPropertyOptional({})
@IsOptional()
@IsString()
smsApiKey: string;
smsApiKey?: string;
}
export class ClientDto {