Skip to content

Commit 2f5eb63

Browse files
committed
chore: fix lint error
1 parent ff6880e commit 2f5eb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-typescript/test/node-api.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ export type operations = Record<string, never>;`,
620620
InvalidPropertyNameChars: {
621621
type: "string",
622622
enum: ["=", "!=", ">", "~", "^", "TE=ST"],
623-
}
623+
},
624624
},
625625
},
626626
},

0 commit comments

Comments
 (0)