Remove extraneous whitespace
parent
af97647033
commit
aded3f4c77
|
@ -39,7 +39,7 @@ export const youtubeSecret: string = process.env.YOUTUBE_SECRET!;
|
|||
export const logLevel = (process.env.LOG_LEVEL
|
||||
? LogLevel[process.env.LOG_LEVEL as keyof typeof LogLevel]
|
||||
: LogLevel.ERROR );
|
||||
|
||||
|
||||
export const cronInterval: number = (process.env.CRON_INTERVAL
|
||||
? parseInt(process.env.CRON_INTERVAL as string, 10)
|
||||
: 60000);
|
||||
|
|
Loading…
Reference in New Issue