mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
fix: remove unused parameter
This commit is contained in:
parent
ab2d56605e
commit
d2d4a17ef7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import config from '@/config/index.js';
|
|||
import { errors as basicErrors } from './errors.js';
|
||||
import { schemas, convertSchemaToOpenApiSchema } from './schemas.js';
|
||||
|
||||
export function genOpenapiSpec(lang = 'ja-JP') {
|
||||
export function genOpenapiSpec() {
|
||||
const spec = {
|
||||
openapi: '3.0.0',
|
||||
|
||||
|
|
Loading…
Reference in a new issue