diff --git a/forum-network/src/classes/dao/forum.js b/forum-network/src/classes/dao/forum.js index 0038745..2ac0d5b 100644 --- a/forum-network/src/classes/dao/forum.js +++ b/forum-network/src/classes/dao/forum.js @@ -190,7 +190,7 @@ export class Forum extends ReputationHolder { depth = 0, initialNegative = false, referenceChainLimit, - leachingValue + leachingValue, }) { const postVertex = edge.to; const post = postVertex.data; @@ -260,7 +260,7 @@ export class Forum extends ReputationHolder { depth: depth + 1, initialNegative: initialNegative || (depth === 0 && outboundAmount < 0), referenceChainLimit, - leachingValue + leachingValue, }); // Any excess (negative) amount that could not be propagated,