Skip to content

Commit 325ba73

Browse files
authoredJun 26, 2024··
(fix) invalid return value of refs shim
1 parent bc1edc5 commit 325ba73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/extra/swagger-shim.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export function getSchemaPath() {
171171
return () => '';
172172
}
173173
export function refs() {
174-
return () => '';
174+
return [];
175175
}
176176
export function before() {
177177
return () => '';

0 commit comments

Comments
 (0)
Please sign in to comment.