Skip to content

Commit c71a6b0

Browse files
committed
chore: fix type issues
1 parent 8bee485 commit c71a6b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/code-gen/src/processors/route-structure.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ export function routeStructureCreate(generateContext) {
7373
JSON.stringify(
7474
openApiBuildFile({
7575
structure: routesOnlyGenerator.internalStructure,
76+
log: generateContext.log,
77+
files: new Map(),
7678
options: {
79+
targetLanguage: "js",
7780
generators: {
7881
openApi: {
7982
openApiExtensions: {},

packages/create-compas/src/template.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ export async function templateGetAndExtractStream(logger, options) {
130130

131131
await tar.extract(
132132
{
133-
// @ts-expect-error this just works :tm:
134133
file: tmpFile,
135134
cwd: options.outputDirectory,
136135
strip: options.template.path

0 commit comments

Comments
 (0)