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 a3d6aba commit 83f2416Copy full SHA for 83f2416
src/main.ts
@@ -45,7 +45,7 @@ const fetchOrders = async () => {
45
const now = new Date();
46
const diff = now.getTime() - processedAt.getTime();
47
const diffHours = diff / (1000 * 60 * 60);
48
- if (diffHours > 24) {
+ if (diffHours > 96) {
49
return;
50
}
51
if (postedTxHashes.includes(order.meta.txHashes[0])) {
0 commit comments