Skip to content

Commit

Permalink
add getSchemaPath into shims
Browse files Browse the repository at this point in the history
  • Loading branch information
Inoir committed Jan 27, 2023
1 parent ae52504 commit 0796316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/extra/swagger-shim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,6 @@ export function PartialType() {
export function PickType() {
return () => {};
}
export function getSchemaPath() {
return () => {}
}

0 comments on commit 0796316

Please sign in to comment.