null check
This commit is contained in:
parent
3d9a7d808b
commit
15bdbf74cd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import { CollaborationController } from './collaboration.controller';
|
|||
],
|
||||
controllers: [
|
||||
AppController,
|
||||
...(process.env.COLLAB_SHOW_STATS.toLowerCase() === 'true'
|
||||
...(process.env.COLLAB_SHOW_STATS?.toLowerCase() === 'true'
|
||||
? [CollaborationController]
|
||||
: []),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue