Skip to content

Commit 72f48e0

Browse files
vgprstsmorimoto
authored andcommitted
fix: fix options manipulation
1 parent 007b577 commit 72f48e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ const main = async () => {
322322
...options,
323323
name: options.name,
324324
url: options.path,
325-
generateRouteTypes: options.routeTypes,
325+
generateRouteTypes: options.generateRouteTypes,
326326
generateClient: !!(options.axios || options.client),
327327
httpClientType: options.axios ? HTTP_CLIENT.AXIOS : HTTP_CLIENT.FETCH,
328328
input: resolve(process.cwd(), options.path),

0 commit comments

Comments
 (0)