Fix: Wrong type in env variables front support (#1368)

This commit is contained in:
Charles Bochet
2023-08-29 11:35:45 +02:00
committed by GitHub
parent ddcfe5f0ac
commit 037d071896

View File

@ -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()