Skip to content

Commit aba4e09

Browse files
committed
fixup! Add schema to postTransform options
1 parent be8de00 commit aba4e09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: packages/openapi-typescript/test/node-api.test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,7 @@ export type operations = Record<string, never>;`,
570570
* then use the `typescript` parser and it will tell you the desired
571571
* AST
572572
*/
573-
return ts.factory.createTypeReferenceNode(
574-
ts.factory.createIdentifier("DateOrTime")
575-
);
573+
return ts.factory.createTypeReferenceNode(ts.factory.createIdentifier("DateOrTime"));
576574
}
577575

578576
// Previously, in order to access the schema in postTransform,

0 commit comments

Comments
 (0)