mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Fix import from CollaboratorsHandler.js to CollaboratorsHandler.mjs (#29863)
GitOrigin-RevId: 35f7fd558a127c094b65104e0775c67dca4f96f6
This commit is contained in:
committed by
Copybot
parent
dd8451d51d
commit
6e2f999a11
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user