Skip to content

Commit

Permalink
chore: add vp_value_by_strategy default value
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Nov 2, 2024
1 parent 9acfe6d commit 4908c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/writer/proposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export async function action(body, ipfs, receipt, id): Promise<void> {
scores_state: 'pending',
scores_total: 0,
scores_updated: 0,
vp_value_by_strategy: JSON.stringify([]),
votes: 0,
validation,
flagged: +containsFlaggedLinks(msg.payload.body)
Expand Down

0 comments on commit 4908c0b

Please sign in to comment.