Merge pull request #29795 from overleaf/ar-last-infrastructure-conversions

[web] last infrastructure conversions

GitOrigin-RevId: 68aa11625a9bc6d0d5324ecd95bb5ac52af8ee96
This commit is contained in:
Andrew Rumble
2025-11-27 09:05:30 +00:00
committed by Copybot
parent b63ce40914
commit d748d8d606
279 changed files with 969 additions and 927 deletions
@@ -6,7 +6,7 @@
// $ node scripts/remove_user_enrollment.mjs --id USER_ID --commit
import minimist from 'minimist'
import { ObjectId } from '../app/src/infrastructure/mongodb.js'
import { ObjectId } from '../app/src/infrastructure/mongodb.mjs'
import { User } from '../app/src/models/User.mjs'
import { Subscription } from '../app/src/models/Subscription.mjs'
import UserAuditLogHandler from '../app/src/Features/User/UserAuditLogHandler.mjs'