Skip to content

Commit

Permalink
bump worker
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1asm committed Apr 10, 2024
1 parent 18e5699 commit 8c36da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/claim_sdk/eventSubscriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function formatClaimInfo(
address: claimInfo.identity.injective.address,
amount: claimInfo.amount.toString(),
}
} else if (claimInfo.identity.algorand?.pubkey) {
} else if (claimInfo.identity.algorand) {
return {
ecosystem: 'algorand',
address: base32encode(claimInfo.identity.algorand.pubkey),
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airdrop-metrics-job",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8c36da1

Please sign in to comment.