Skip to content

Commit

Permalink
Merge pull request #2257 from Inoir/fix/add-getschemapath-shim
Browse files Browse the repository at this point in the history
fix: add getSchemaPath into shim
  • Loading branch information
kamilmysliwiec committed Feb 6, 2023
2 parents 85c39a2 + acd9c64 commit c74091f
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 c74091f

Please sign in to comment.