Skip to content

Commit

Permalink
update application object
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Aug 13, 2024
1 parent 4fc74aa commit 5136092
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/indexer/allo/v2/handleEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -908,13 +908,10 @@ export async function handleEvent(
roundId: round.id,
applicationId: id,
application: {
...application,
...statusUpdates,
metadataCid: values.metadata.pointer,
metadata: metadata ?? null,
distributionTransaction: null,
totalAmountDonatedInUsd: 0,
totalDonationsCount: 0,
uniqueDonorsCount: 0,
...statusUpdates,
},
},
];
Expand Down

0 comments on commit 5136092

Please sign in to comment.