mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update Project schema
This commit is contained in:
parent
b4254f06ef
commit
bb6ca9ba51
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ProjectSchema = new Schema
|
|||
track_changes : { type: Object }
|
||||
overleaf :
|
||||
id : { type: Number }
|
||||
imported_at_version : { type: Number }
|
||||
imported_at_ver_id : { type: Number }
|
||||
|
||||
ProjectSchema.statics.getProject = (project_or_id, fields, callback)->
|
||||
if project_or_id._id?
|
||||
|
|
Loading…
Reference in a new issue