We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0aa63d commit 947ccd7Copy full SHA for 947ccd7
src/runtime/internal/query.ts
@@ -79,8 +79,6 @@ export const collectionQureyBuilder = <T extends keyof Collections>(collection:
79
return query
80
},
81
async all(): Promise<Collections[T][]> {
82
- console.log(buildQuery())
83
-
84
return fetch(collection, buildQuery()).then(res => res || [])
85
86
async first(): Promise<Collections[T]> {
0 commit comments