chore: Linter warnings
This commit is contained in:
parent
b822e35fbe
commit
6b26d71e28
6 changed files with 24 additions and 83 deletions
|
@ -5,21 +5,6 @@ const common = {
|
|||
security: [jwt, key],
|
||||
}
|
||||
|
||||
const local = {
|
||||
params: {
|
||||
id: {
|
||||
in: 'path',
|
||||
name: 'id',
|
||||
required: true,
|
||||
description: "The Set's unique ID",
|
||||
schema: {
|
||||
example: 666,
|
||||
type: 'integer',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// Paths
|
||||
export const paths = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue