1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-08 16:32:38 +00:00

have null array as default for notifications

This commit is contained in:
Henry Oswald 2016-02-11 12:10:30 +00:00
parent 5c5888b5dc
commit 8e5907f79e

View file

@ -155,7 +155,7 @@ module.exports = ProjectController =
priority_title: true
projects: projects
tags: tags
notifications: notifications
notifications: notifications or []
user: user
hasSubscription: results.hasSubscription[0]
}