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:
parent
5c5888b5dc
commit
8e5907f79e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue