Merge pull request #15172 from overleaf/em-promise-utils

Move util/promises from web into a shared library

GitOrigin-RevId: fe1980dc57b9dc8ce86fa1fad6a8a817e9505b3d
This commit is contained in:
Eric Mc Sween
2023-10-19 07:38:17 -04:00
committed by Copybot
parent 1ae893c6db
commit 554cd6a4d9
95 changed files with 229 additions and 487 deletions
@@ -11,7 +11,7 @@
*/
const { Project } = require('../../models/Project')
const logger = require('@overleaf/logger')
const { promisifyAll } = require('../../util/promises')
const { promisifyAll } = require('@overleaf/promise-utils')
const ProjectUpdateHandler = {
markAsUpdated(projectId, lastUpdatedAt, lastUpdatedBy, callback) {