Skip to content

Commit

Permalink
Add explicit type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
phpnode committed Jan 2, 2024
1 parent 81f5ce0 commit 9a5d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextlove/src/generators/lib/zod-to-ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const createUnknownKeywordNode = () =>
export const printNode = (
node: ts.Node,
printerOptions?: ts.PrinterOptions
) => {
): string => {
const sourceFile = ts.createSourceFile(
"print.ts",
"",
Expand Down

0 comments on commit 9a5d69c

Please sign in to comment.