Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldizsar Mezei committed May 10, 2024
1 parent c542b42 commit 0010588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/functions/scripts/dbUpgrades/soon.snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const addressToMember = async (address: string, count: number) => {
.where('sourceAddress', '==', address)
.where('status', '==', TokenDropStatus.UNCLAIMED)
.get();
console.log('addressToMember', 'airdrops', airdropsSnap.length);
console.log('addressToMember', address, 'airdrops', airdropsSnap.length);

for (const airdrop of airdropsSnap) {
if (airdrop.member.startsWith('0x')) {
Expand Down

0 comments on commit 0010588

Please sign in to comment.