Fix: Wrong type in env variables front support (#1368)
This commit is contained in:
@ -113,7 +113,7 @@ export class EnvironmentVariables {
|
||||
|
||||
@ValidateIf((env) => env.SUPPORT_DRIVER === SupportDriver.Front)
|
||||
@IsString()
|
||||
SUPPORT_FRONT_CHAT_ID?: AwsRegion;
|
||||
SUPPORT_FRONT_CHAT_ID?: string;
|
||||
|
||||
@ValidateIf((env) => env.SUPPORT_DRIVER === SupportDriver.Front)
|
||||
@IsString()
|
||||
|
||||
Reference in New Issue
Block a user