fix lint
This commit is contained in:
parent
0abe2dfee0
commit
c69b72e199
573 changed files with 3318 additions and 3318 deletions
|
|
@ -16,7 +16,7 @@ export const meta = {
|
|||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 60,
|
||||
minInterval: ms('3sec')
|
||||
minInterval: ms('3sec'),
|
||||
},
|
||||
|
||||
params: {
|
||||
|
|
@ -29,15 +29,15 @@ export const meta = {
|
|||
noSuchNote: {
|
||||
message: 'No such note.',
|
||||
code: 'NO_SUCH_NOTE',
|
||||
id: '764d9fce-f9f2-4a0e-92b1-6ceac9a7ad37'
|
||||
id: '764d9fce-f9f2-4a0e-92b1-6ceac9a7ad37',
|
||||
},
|
||||
|
||||
notReacted: {
|
||||
message: 'You are not reacting to that note.',
|
||||
code: 'NOT_REACTED',
|
||||
id: '92f4426d-4196-4125-aa5b-02943e2ec8fc'
|
||||
id: '92f4426d-4196-4125-aa5b-02943e2ec8fc',
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export default define(meta, async (ps, user) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue