From 4908c0bfff6c338095a50f26d194cec9cdb452f9 Mon Sep 17 00:00:00 2001 From: less Date: Sun, 3 Nov 2024 00:17:25 +0700 Subject: [PATCH] chore: add vp_value_by_strategy default value --- src/writer/proposal.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/writer/proposal.ts b/src/writer/proposal.ts index 73d8dffd..59fdd79d 100644 --- a/src/writer/proposal.ts +++ b/src/writer/proposal.ts @@ -246,6 +246,7 @@ export async function action(body, ipfs, receipt, id): Promise { scores_state: 'pending', scores_total: 0, scores_updated: 0, + vp_value_by_strategy: JSON.stringify([]), votes: 0, validation, flagged: +containsFlaggedLinks(msg.payload.body)