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 1d9a5b9 commit 89fff6bCopy full SHA for 89fff6b
src/utils/feed.server.ts
@@ -111,9 +111,6 @@ export function buildFeedQueryConditions(
111
filters.libraries.length > 0
112
) {
113
conditions.push(arrayOverlaps(feedEntries.libraryIds, filters.libraries))
114
- // conditions.push(
115
- // sql`${feedEntries.libraryIds} && ${filters.libraries}::text[]`,
116
- // )
117
}
118
119
// Partner filter (array overlap) - use parameterized array
0 commit comments