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:
Thomas 2024-08-22 13:34:04 +02:00 committed by Copybot
parent abf04c5d6c
commit 22fb9973fa

View file

@ -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 =