fix: some minor problems
This commit is contained in:
parent
3ea35434db
commit
86e344bb88
4 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue