Fixup, add trailing commas

This commit is contained in:
Ladd Hoffman 2023-04-23 08:16:30 -05:00
parent 7eddd66385
commit e602466800
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ export class Forum extends ReputationHolder {
depth = 0, depth = 0,
initialNegative = false, initialNegative = false,
referenceChainLimit, referenceChainLimit,
leachingValue leachingValue,
}) { }) {
const postVertex = edge.to; const postVertex = edge.to;
const post = postVertex.data; const post = postVertex.data;
@ -260,7 +260,7 @@ export class Forum extends ReputationHolder {
depth: depth + 1, depth: depth + 1,
initialNegative: initialNegative || (depth === 0 && outboundAmount < 0), initialNegative: initialNegative || (depth === 0 && outboundAmount < 0),
referenceChainLimit, referenceChainLimit,
leachingValue leachingValue,
}); });
// Any excess (negative) amount that could not be propagated, // Any excess (negative) amount that could not be propagated,