Skip to content

Commit 52659d0

Browse files
committed
chore: remove unused ts-expect-error
1 parent 2fe61e6 commit 52659d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/llms/runtime/server/content-llms.plugin.ts

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export default defineNitroPlugin(() => {
1717
continue
1818
}
1919

20-
// @ts-expect-error - typecheck does not derect server querryCollection
2120
const query = queryCollection(event, section.contentCollection)
2221
.select('path', 'title', 'seo', 'description')
2322
.where('path', 'NOT LIKE', '%/.navigation')
@@ -61,7 +60,6 @@ export default defineNitroPlugin(() => {
6160
continue
6261
}
6362

64-
// @ts-expect-error - typecheck does not derect server querryCollection
6563
const query = queryCollection(event, section.contentCollection)
6664
.where('path', 'NOT LIKE', '%/.navigation')
6765

0 commit comments

Comments
 (0)