Fixup, add trailing commas
This commit is contained in:
parent
7eddd66385
commit
e602466800
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue