Skip to content

Commit 4908c0b

Browse files
committed
chore: add vp_value_by_strategy default value
1 parent 9acfe6d commit 4908c0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/writer/proposal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export async function action(body, ipfs, receipt, id): Promise<void> {
246246
scores_state: 'pending',
247247
scores_total: 0,
248248
scores_updated: 0,
249+
vp_value_by_strategy: JSON.stringify([]),
249250
votes: 0,
250251
validation,
251252
flagged: +containsFlaggedLinks(msg.payload.body)

0 commit comments

Comments
 (0)