Skip to content

Commit 9beb38d

Browse files
Update src/config/env.config.ts
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent e48e878 commit 9beb38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/env.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export type S3 = {
282282
USE_SSL?: boolean;
283283
REGION?: string;
284284
SKIP_POLICY?: boolean;
285-
SAVE_VIDEO: boolean;
285+
SAVE_VIDEO?: boolean;
286286
};
287287

288288
export type CacheConf = { REDIS: CacheConfRedis; LOCAL: CacheConfLocal };

0 commit comments

Comments
 (0)