mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Include OL tokens in project schema
This commit is contained in:
parent
7bb4638186
commit
39320c20b8
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ ProjectSchema = new Schema
|
|||
overleaf :
|
||||
id : { type: Number }
|
||||
imported_at_ver_id : { type: Number }
|
||||
token : { type: String }
|
||||
read_token : { type: String }
|
||||
|
||||
ProjectSchema.statics.getProject = (project_or_id, fields, callback)->
|
||||
if project_or_id._id?
|
||||
|
|
Loading…
Reference in a new issue