mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #25882 from overleaf/jpa-sp-mongo-6
[web] bump minimum mongo version for Server Pro to 6.0 GitOrigin-RevId: 57821a0610b640880e3801e597f78103d580ee40
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
|
||||
const { ObjectId } = mongodb
|
||||
|
||||
const MIN_MONGO_VERSION = [5, 0]
|
||||
const MIN_MONGO_VERSION = [6, 0]
|
||||
|
||||
async function main() {
|
||||
let mongoClient
|
||||
|
||||
Reference in New Issue
Block a user