mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 05:42:35 +00:00
Projects removed also treated as archived
This commit is contained in:
parent
20c756ec9a
commit
dfe17d63ba
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ module.exports = ProjectController =
|
|||
lastUpdated: moment.unix(project.updated_at)
|
||||
# publicAccessLevel:
|
||||
# accessLevel:
|
||||
archived: project.archived
|
||||
archived: project.removed || project.archived
|
||||
# owner_ref:
|
||||
isOLProject: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue