mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 04:35:26 -05:00
Revert "wip"
This reverts commit 81103ae6d7c0c22eb24da6ed6577223ba16e8861. GitOrigin-RevId: f817ac652e35e9ed79db8d24c4144460e4cc0f71
This commit is contained in:
parent
d12e890f27
commit
71d0036e8e
2 changed files with 2 additions and 3 deletions
|
@ -471,9 +471,8 @@ const ClsiManager = {
|
||||||
}
|
}
|
||||||
ProjectGetter.getProject(
|
ProjectGetter.getProject(
|
||||||
projectId,
|
projectId,
|
||||||
{ compiler: 1, rootDoc_id: 1, imageName: 1, rootFolder: 1, rootDoc_id: 1 },
|
{ compiler: 1, rootDoc_id: 1, imageName: 1, rootFolder: 1 },
|
||||||
(err, project) => {
|
(err, project) => {
|
||||||
console.log("GGGG", project)
|
|
||||||
if (err != null) {
|
if (err != null) {
|
||||||
return callback(
|
return callback(
|
||||||
new OError({
|
new OError({
|
||||||
|
|
|
@ -62,7 +62,7 @@ module.exports = CompileManager = {
|
||||||
return callback(null, 'autocompile-backoff', [])
|
return callback(null, 'autocompile-backoff', [])
|
||||||
}
|
}
|
||||||
|
|
||||||
return ProjectRootDocManager.ensureRootDocumentIsSet(
|
return ProjectRootDocManager.ensureRootDocumentIsValid(
|
||||||
project_id,
|
project_id,
|
||||||
function(error) {
|
function(error) {
|
||||||
if (error != null) {
|
if (error != null) {
|
||||||
|
|
Loading…
Reference in a new issue