Skip to content

Commit

Permalink
Merge pull request #2985 from Azbesciak/patch-2
Browse files Browse the repository at this point in the history
fix: add missing refs declaration in swagger-shim
  • Loading branch information
kamilmysliwiec authored Jul 1, 2024
2 parents 2245084 + 325ba73 commit b165909
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 @@ -170,6 +170,9 @@ export function PickType() {
export function getSchemaPath() {
return () => '';
}
export function refs() {
return [];
}
export function before() {
return () => '';
}
Expand Down

0 comments on commit b165909

Please sign in to comment.