Skip to content

Commit 34fc85a

Browse files
fix tsc
1 parent 087656a commit 34fc85a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/registry/routes/components.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export default function components(
9898
(result) => callback(null, result)
9999
);
100100
},
101+
// @ts-expect-error
101102
(_err: any, results: GetComponentResult[]) => {
102103
try {
103104
setHeaders(results, res);

0 commit comments

Comments
 (0)