mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #20083 from overleaf/tm-fix-mongodb-legacy-collaborators-getter
Update CollaboratorsInviteGetter to use mongodb-legacy instead of mongodb GitOrigin-RevId: 06eb6f89725c06f759e19f73c4a4d1ade5703b4f
This commit is contained in:
parent
abf04c5d6c
commit
22fb9973fa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
const sinon = require('sinon')
|
||||
const { expect } = require('chai')
|
||||
const SandboxedModule = require('sandboxed-module')
|
||||
const { ObjectId } = require('mongodb')
|
||||
const { ObjectId } = require('mongodb-legacy')
|
||||
const Crypto = require('crypto')
|
||||
|
||||
const MODULE_PATH =
|
||||
|
|
Loading…
Reference in a new issue