fix lint
This commit is contained in:
parent
0abe2dfee0
commit
c69b72e199
573 changed files with 3318 additions and 3318 deletions
|
|
@ -10,13 +10,13 @@ export const meta = {
|
|||
kind: 'write:account',
|
||||
|
||||
params: {
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export default define(meta, async (ps, user) => {
|
||||
// Remove documents
|
||||
await NoteUnreads.delete({
|
||||
userId: user.id
|
||||
userId: user.id,
|
||||
});
|
||||
|
||||
// 全て既読になったイベントを発行
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue