mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Don't blow up on missing settings
This commit is contained in:
parent
6d64d6b57e
commit
049c4d49c1
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ module.exports = (grunt) ->
|
|||
|
||||
shell:
|
||||
migrate:
|
||||
command: "./node_modules/east/bin/east migrate --adapter east-mongo --url #{settings.mongo.url}"
|
||||
command: "./node_modules/east/bin/east migrate --adapter east-mongo --url #{settings?.mongo?.url}"
|
||||
|
||||
availabletasks:
|
||||
tasks:
|
||||
|
|
Loading…
Reference in a new issue