Skip to content

Commit

Permalink
(fix) invalid return value of refs shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Azbesciak authored Jun 26, 2024
1 parent bc1edc5 commit 325ba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extra/swagger-shim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export function getSchemaPath() {
return () => '';
}
export function refs() {
return () => '';
return [];
}
export function before() {
return () => '';
Expand Down

0 comments on commit 325ba73

Please sign in to comment.