Fix import from CollaboratorsHandler.js to CollaboratorsHandler.mjs (#29863)

GitOrigin-RevId: 35f7fd558a127c094b65104e0775c67dca4f96f6
This commit is contained in:
Domagoj Kriskovic
2025-11-24 12:41:26 +01:00
committed by Copybot
parent dd8451d51d
commit 6e2f999a11

View File

@@ -2,7 +2,7 @@
import { db } from '../app/src/infrastructure/mongodb.js'
import { batchedUpdate } from '@overleaf/mongo-utils/batchedUpdate.js'
import { scriptRunner } from './lib/ScriptRunner.mjs'
import CollaboratorsHandler from '../app/src/Features/Collaborators/CollaboratorsHandler.js'
import CollaboratorsHandler from '../app/src/Features/Collaborators/CollaboratorsHandler.mjs'
const DRY_RUN = !process.argv.includes('--dry-run=false')
const DEBUG = process.argv.includes('--debug=true')