Skip to content

Commit

Permalink
Update worker-blockprocessor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed Oct 27, 2024
1 parent 8c3b6b6 commit 98851ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/worker-blockprocessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ async function processBlock(blockNum, sendQueueRepository: Repository<SendQueue>
token: t2txid.token,
os: t2txid.os === "ios" ? "ios" : "android",
badge: 1,
category: "TRANSACTION_CATEGORY",
};

process.env.VERBOSE && console.log("enqueueing", payload);
Expand Down

0 comments on commit 98851ff

Please sign in to comment.