forked from Yara724/api
Fixed smsApiKey index error and err handling in ESG
This commit is contained in:
@@ -23,8 +23,9 @@ class ClientName {
|
||||
}
|
||||
class Property {
|
||||
@ApiPropertyOptional({})
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
smsApiKey: string;
|
||||
smsApiKey?: string;
|
||||
}
|
||||
|
||||
export class ClientDto {
|
||||
|
||||
Reference in New Issue
Block a user