Skip to content

Commit ade8ae8

Browse files
committed
fix: vibecoding is crazy
1 parent b1e4a77 commit ade8ae8

File tree

2 files changed

+321
-106
lines changed

2 files changed

+321
-106
lines changed

src/app/api/monitoring/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async function getSearchResultsByModeId(mode_id: string) {
5555
// Server-side brand filtering if brand_id provided
5656
if (brand_id) {
5757
console.log(`🎯 Filtering by brand_id: ${brand_id}`);
58+
// attached_brand_id is an array field, use contains operator
5859
query = query.contains('attached_brand_id', [brand_id]);
5960
}
6061

0 commit comments

Comments
 (0)