fix lint
This commit is contained in:
@@ -15,16 +15,16 @@ export const meta = {
|
||||
params: {
|
||||
noteId: {
|
||||
validator: $.type(ID),
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
errors: {
|
||||
noSuchNote: {
|
||||
message: 'No such note.',
|
||||
code: 'NO_SUCH_NOTE',
|
||||
id: 'ea0e37a6-90a3-4f58-ba6b-c328ca206fc7'
|
||||
}
|
||||
}
|
||||
id: 'ea0e37a6-90a3-4f58-ba6b-c328ca206fc7',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default define(meta, async (ps, user) => {
|
||||
|
Reference in New Issue
Block a user