Convert to async/await

GitOrigin-RevId: 45c139a64c848650f1f51e64e8ebd233211241fb
This commit is contained in:
Andrew Rumble
2025-09-10 13:45:17 +01:00
committed by Copybot
parent 579483588a
commit 08b0c869ab
8 changed files with 334 additions and 349 deletions

5
package-lock.json generated
View File

@@ -44163,6 +44163,7 @@
"name": "@overleaf/notifications",
"license": "ISC",
"dependencies": {
"@overleaf/fetch-utils": "*",
"@overleaf/logger": "*",
"@overleaf/metrics": "*",
"@overleaf/mongo-utils": "*",
@@ -44173,11 +44174,9 @@
"bunyan": "^1.8.15",
"express": "^4.21.2",
"method-override": "^3.0.0",
"mongodb-legacy": "6.1.3",
"request": "^2.88.2"
"mongodb-legacy": "6.1.3"
},
"devDependencies": {
"@types/request": "^2.48.12",
"chai-as-promised": "^7.1.1",
"typescript": "^5.0.4",
"vitest": "^3.2.4"