1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 09:46:06 +02:00

fix: remove unused parameter

This commit is contained in:
Johann150
2022-06-14 11:54:55 +02:00
parent 963f538728
commit b5390c0922

View File

@@ -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',