We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16d928b + 1a7222d commit e30fe71Copy full SHA for e30fe71
src/ports/catalog/queries.ts
@@ -359,7 +359,7 @@ export const getOnlyMintingWhere = () => {
359
}
360
361
export const getOnlyMintingWhereWithTrades = () => {
362
- return SQL`(items.search_is_store_minter = true AND available > 0) OR (offchain_orders.count IS NOT NULL)`
+ return SQL`((items.search_is_store_minter = true AND available > 0) OR (offchain_orders.count IS NOT NULL))`
363
364
365
export const getIdsWhere = (filters: CatalogFilters) => {
0 commit comments