mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(api): whitespace in default values (#60199)
This commit is contained in:
committed by
GitHub
parent
dc5c7893b5
commit
ff43f3aeca
@@ -72,7 +72,7 @@ function isLogLevel(level: string): level is LogLevel {
|
||||
}
|
||||
|
||||
const _FCC_API_LOG_LEVEL = process.env.FCC_API_LOG_LEVEL || 'info';
|
||||
const _FCC_API_LOG_TRANSPORT = process.env.FCC_API_LOG_TRANSPORT || 'default ';
|
||||
const _FCC_API_LOG_TRANSPORT = process.env.FCC_API_LOG_TRANSPORT || 'default';
|
||||
|
||||
assert.ok(
|
||||
isLogLevel(_FCC_API_LOG_LEVEL),
|
||||
|
||||
Reference in New Issue
Block a user