diff --git a/services/web/scripts/convert_track_changes_to_explicit_format.mjs b/services/web/scripts/convert_track_changes_to_explicit_format.mjs index 182ebdafa7..1180589d1c 100644 --- a/services/web/scripts/convert_track_changes_to_explicit_format.mjs +++ b/services/web/scripts/convert_track_changes_to_explicit_format.mjs @@ -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')