Skip to content

Commit

Permalink
Merge pull request #46 from drips-network/jason/fix-missing-lastProce…
Browse files Browse the repository at this point in the history
…ssedIpfsHash

fix: missing lastProcessedIpfsHash value on Drip List
  • Loading branch information
efstajas authored Jan 15, 2025
2 parents ba899a4 + dd9610c commit 5eeb387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drip-list/dripListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export async function toResolverDripLists(
latestVotingRoundId: dripList.latestVotingRoundId,
totalEarned: [], // Will be populated by the resolver.
isVisible: dripList.isVisible,
lastProcessedIpfsHash: dripList.lastProcessedIpfsHash,
} as ResolverDripList;
}),
)
Expand Down

0 comments on commit 5eeb387

Please sign in to comment.