We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b338902 + e4b289d commit ad39cb6Copy full SHA for ad39cb6
src/indexer/handleEvent.ts
@@ -641,11 +641,6 @@ async function handleEvent(
641
project.uniqueContributors +
642
(isNewapplicationContributor ? 1 : 0),
643
})),
644
- db
645
- .collection<Vote>(
646
- `rounds/${event.args.roundAddress}/applications/${applicationId}/votes`
647
- )
648
- .insert(vote),
649
]);
650
651
const contributorPartitionedPath = vote.voter
@@ -686,11 +681,6 @@ async function handleEvent(
686
681
db
687
682
.collection<Vote>(`rounds/${event.args.roundAddress}/votes`)
688
683
.insert(vote),
689
690
691
- `rounds/${event.args.roundAddress}/projects/${event.args.projectId}/votes`
692
693
694
684
695
685
696
break;
0 commit comments