lint fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import define from '../../define.js';
|
||||
import { createNotification } from '@/services/create-notification.js';
|
||||
import define from '../../define.js';
|
||||
|
||||
export const meta = {
|
||||
tags: ['notifications'],
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import { publishMainStream } from '@/services/stream.js';
|
||||
import { pushNotification } from '@/services/push-notification.js';
|
||||
import define from '../../define.js';
|
||||
import { Notifications } from '@/models/index.js';
|
||||
import define from '../../define.js';
|
||||
|
||||
export const meta = {
|
||||
tags: ['notifications', 'account'],
|
||||
|
@@ -4,7 +4,7 @@ import { readNotification } from '../../common/read-notification.js';
|
||||
export const meta = {
|
||||
desc: {
|
||||
'ja-JP': '通知を既読にします。',
|
||||
'en-US': 'Mark a notification as read.'
|
||||
'en-US': 'Mark a notification as read.',
|
||||
},
|
||||
|
||||
tags: ['notifications', 'account'],
|
||||
|
Reference in New Issue
Block a user