Skip to content

Commit b165909

Browse files
Merge pull request #2985 from Azbesciak/patch-2
fix: add missing refs declaration in swagger-shim
2 parents 2245084 + 325ba73 commit b165909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/extra/swagger-shim.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ export function PickType() {
170170
export function getSchemaPath() {
171171
return () => '';
172172
}
173+
export function refs() {
174+
return [];
175+
}
173176
export function before() {
174177
return () => '';
175178
}

0 commit comments

Comments
 (0)