Skip to content

Commit bc1edc5

Browse files
authoredJun 21, 2024··
fix: add missing refs declaration in swagger-shim
1 parent 0edbbfa commit bc1edc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎lib/extra/swagger-shim.ts

+3
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)
Please sign in to comment.