fix: invite系の戻り値が間違っている close #12517 (#12518)

This commit is contained in:
yupix 2023-11-30 15:56:25 +09:00 committed by GitHub
parent e500fe2586
commit ca424df80e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 15 deletions

View file

@ -33,13 +33,7 @@ export const meta = {
items: {
type: 'object',
optional: false, nullable: false,
properties: {
code: {
type: 'string',
optional: false, nullable: false,
example: 'GR6S02ERUA5VR',
},
},
ref: 'InviteCode',
},
},
} as const;