summaryrefslogtreecommitdiff
path: root/src/misc/count-same-renotes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/count-same-renotes.ts')
-rw-r--r--src/misc/count-same-renotes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/count-same-renotes.ts b/src/misc/count-same-renotes.ts
index b7f8ce90c8..6628761182 100644
--- a/src/misc/count-same-renotes.ts
+++ b/src/misc/count-same-renotes.ts
@@ -1,4 +1,4 @@
-import { Notes } from '@/models/index.js';
+import { Notes } from '@/models/index';
export async function countSameRenotes(userId: string, renoteId: string, excludeNoteId: string | undefined): Promise<number> {
// 指定したユーザーの指定したノートのリノートがいくつあるか数える