mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-17 08:31:47 +03:00
Fix: Wrong type in env variables front support (#1368)
This commit is contained in:
parent
ddcfe5f0ac
commit
037d071896
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user