Skip to content
Snippets Groups Projects
Unverified Commit b5390c09 authored by Johann150's avatar Johann150
Browse files

fix: remove unused parameter

parent 963f5387
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment