Skip to content

Commit

Permalink
bump worker
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1asm committed Apr 11, 2024
1 parent 18e5699 commit 0fc687d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion scripts/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ export NEW_MEASUREMENT_VERSION=v1
export MEASUREMENT="txn_event"
export TAGS_TO_KEEP="ecosystem,network,eventCategory"
export FIELDS="signature,amount,eventDetails,address,claimant"

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 0fc687d

Please sign in to comment.