diff --git a/src/index.js b/src/index.js index 4c8b8a9..de65f31 100644 --- a/src/index.js +++ b/src/index.js @@ -619,7 +619,7 @@ async function main() { const currentPriceValue = currentPriceBaseLine.split(": ")[1] ?? currentPriceBaseLine; const currentPriceLine = kv("CURRENT PRICE:", `${currentPriceValue} (${ptbDeltaText})`); - if (poly.ok && poly.market && priceToBeatState.value === null) { + if (poly.ok && poly.market) { const slug = safeFileSlug(poly.market.slug || poly.market.id || "market"); if (slug && !dumpedMarkets.has(slug)) { dumpedMarkets.add(slug);