Skip to content

Commit 808f70f

Browse files
committed
Make linter happy
1 parent a154859 commit 808f70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/transform/schema-to-openapi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
import { convert_schema_to_openapi } from 'compiler-wasm-lib'
2121

2222
// Remove the 2 first args ("ts-node", "schema-to-openapi.ts")
23-
const realArgs = process.argv.slice(2);
23+
const realArgs = process.argv.slice(2)
2424

2525
try {
26-
convert_schema_to_openapi(realArgs, "..");
26+
convert_schema_to_openapi(realArgs, '..')
2727
} catch (e) {
2828
console.log(e)
2929
}

0 commit comments

Comments
 (0)