fix lint
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user