mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 15:49:01 +02:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user