mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
fix typo
GitOrigin-RevId: e0d95acb0c871558ed50b7456ca5783c893639fb
This commit is contained in:
@@ -20,7 +20,7 @@ const Path = require('path')
|
||||
const metrics = require('metrics-sharelatex')
|
||||
const NotificationsBuilder = require('../Notifications/NotificationsBuilder')
|
||||
const AuthenticationController = require('../Authentication/AuthenticationController')
|
||||
const TdpsQueueManager = require('./TpdsQueueManager').promises
|
||||
const TpdsQueueManager = require('./TpdsQueueManager').promises
|
||||
|
||||
module.exports = {
|
||||
// mergeUpdate and deleteUpdate are used by Dropbox, where the project is only passed as the name, as the
|
||||
@@ -136,7 +136,7 @@ module.exports = {
|
||||
async getQueues(req, res, next) {
|
||||
const userId = AuthenticationController.getLoggedInUserId(req)
|
||||
try {
|
||||
res.json(await TdpsQueueManager.getQueues(userId))
|
||||
res.json(await TpdsQueueManager.getQueues(userId))
|
||||
} catch (err) {
|
||||
next(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user