Skip to content

Commit

Permalink
fix: missing lastProcessedIpfsHash value on Drip List
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed Jan 15, 2025
1 parent ba899a4 commit dd9610c
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 dd9610c

Please sign in to comment.