summaryrefslogtreecommitdiff
path: root/src/tools/resync-remote-user.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/resync-remote-user.ts')
-rw-r--r--src/tools/resync-remote-user.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/resync-remote-user.ts b/src/tools/resync-remote-user.ts
index 3c02fb94c7..bc43e250cb 100644
--- a/src/tools/resync-remote-user.ts
+++ b/src/tools/resync-remote-user.ts
@@ -1,5 +1,5 @@
-import { initDb } from '@/db/postgre.js';
-import { parseAcct } from '@/misc/acct.js';
+import { initDb } from '@/db/postgre';
+import { parseAcct } from '@/misc/acct';
async function main(acct: string): Promise<any> {
await initDb();