Revert "Check for changed files since last merge in GitHub Sync modal (#24180)" (#24273)

This reverts commit 4cd55e1501648f0a18b77be5af19deb0773d6881.

GitOrigin-RevId: 132eead97e924037c2fd17fd636a769ef95f4cc1
This commit is contained in:
Alf Eaton
2025-03-13 09:06:06 +00:00
committed by Copybot
parent 4ddd3ee772
commit 28ff69b51b
3 changed files with 2 additions and 17 deletions
@@ -152,17 +152,6 @@ const ProjectGetter = {
'deleterData.deletedProjectOwnerId': userId,
}).exec()
},
async getHistoryId(projectId) {
const project = await this.getProject(projectId, {
'overleaf.history.id': 1,
})
const historyId = project?.overleaf?.history?.id
if (!historyId) {
throw new OError('project does not have a history id', { projectId })
}
return historyId
},
}
module.exports = {