fix lint, resolve code smell

Co-Authored-By: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
This commit is contained in:
syuilo
2023-11-22 18:46:27 +09:00
parent c284d41b5b
commit b15f293b82
2 changed files with 15 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ export const paramDef = {
limit: { type: 'integer', minimum: 1, maximum: 100, default: 10 },
sinceId: { type: 'string', format: 'misskey:id' },
untilId: { type: 'string', format: 'misskey:id' },
publishing: { type: 'boolean', default: null, nullable: true},
publishing: { type: 'boolean', default: null, nullable: true },
},
required: [],
} as const;