mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21568 from overleaf/ls-script-to-lowercase-external-user-id-lint-fix
fix lint error GitOrigin-RevId: 4aac5657e46ba638737e9eba9c156ecc9e8bd1fd
This commit is contained in:
parent
7af96a49f6
commit
b00483653e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { db } from '../app/src/infrastructure/mongodb.js'
|
||||
import minimist from 'minimist'
|
||||
import UserGetter from '../app/src/Features/User/UserGetter.js'
|
||||
import fs from 'fs'
|
||||
import fs from 'node:fs'
|
||||
|
||||
function usage() {
|
||||
console.log(
|
||||
|
|
Loading…
Reference in a new issue