summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notifications/read.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/notifications/read.ts')
-rw-r--r--src/server/api/endpoints/notifications/read.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/server/api/endpoints/notifications/read.ts b/src/server/api/endpoints/notifications/read.ts
index 94140db82e..66bbc4efd7 100644
--- a/src/server/api/endpoints/notifications/read.ts
+++ b/src/server/api/endpoints/notifications/read.ts
@@ -1,10 +1,10 @@
import $ from 'cafy';
-import { ID } from '@/misc/cafy-id.js';
-import { publishMainStream } from '@/services/stream.js';
-import define from '../../define.js';
-import { Notifications } from '@/models/index.js';
-import { readNotification } from '../../common/read-notification.js';
-import { ApiError } from '../../error.js';
+import { ID } from '@/misc/cafy-id';
+import { publishMainStream } from '@/services/stream';
+import define from '../../define';
+import { Notifications } from '@/models/index';
+import { readNotification } from '../../common/read-notification';
+import { ApiError } from '../../error';
export const meta = {
tags: ['notifications', 'account'],