Skip to content

Commit

Permalink
fix(up): fix missing project handle (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-paperspace authored Mar 13, 2023
1 parent d613729 commit 5ac6e42
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 69 deletions.
1 change: 0 additions & 1 deletion .scripts/generate-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const output = await openapiTS(url, {
supportArrayLength: true,
alphabetize: true,
immutableTypes: true,
defaultNonNullable: true,
transform(schemaObject) {
if ("format" in schemaObject && schemaObject.format === "date-time") {
return "Date";
Expand Down
Loading

0 comments on commit 5ac6e42

Please sign in to comment.