fix: some minor problems

This commit is contained in:
ASTRO:? 2024-12-22 22:42:24 +09:00
parent 3ea35434db
commit 86e344bb88
No known key found for this signature in database
GPG key ID: 8947F3AF5B0B4BFE
4 changed files with 7 additions and 5 deletions

View file

@ -15,6 +15,8 @@ export const meta = {
tags: ['users'],
requireCredential: false,
allowGet: true,
cacheSec: 60,
description: 'List up the users of ending credits.',
@ -36,8 +38,7 @@ export const meta = {
export const paramDef = {
type: 'object',
properties: {
},
properties: {},
required: [],
} as const;