Skip to content

Commit

Permalink
fix: add missing refs declaration in swagger-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Azbesciak authored Jun 21, 2024
1 parent 0edbbfa commit bc1edc5
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 bc1edc5

Please sign in to comment.