1
0
Fork 0

chore: Linter warnings

This commit is contained in:
joostdecock 2023-07-09 18:59:02 +02:00
parent b822e35fbe
commit 6b26d71e28
6 changed files with 24 additions and 83 deletions

View file

@ -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 = {}