mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-12 07:30:46 +02:00
Merge pull request #2203 from overleaf/jel-registration-institution-sso
Registration request with an institution email GitOrigin-RevId: c544d8af4f6ca91addb638e02e9fe26acad7fbdb
This commit is contained in:
committed by
sharelatex
parent
45e5808a35
commit
e20c93b581
@@ -333,7 +333,7 @@ const ProjectEntityHandler = {
|
||||
return callback(err)
|
||||
}
|
||||
if (project == null) {
|
||||
return callback(Errors.NotFoundError('no project'))
|
||||
return callback(new Errors.NotFoundError('no project'))
|
||||
}
|
||||
return ProjectEntityHandler._getAllFoldersFromProject(project, callback)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user