You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db.prepare("select * from products where stockChecked > ? and purchasesPerHour > 0 and stock is not null and json_extract(stock, '$.total') is not null order by purchasesPerHour DESC limit 11")
18
+
db.prepare("select * from products where stockChecked > ? and purchasesPerHour > 0 and stock is not null and json_extract(stock, '$.total') is not null order by purchasesPerHour DESC limit 14")
0 commit comments