We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c2f97 commit 7f8be8eCopy full SHA for 7f8be8e
subgraph/src/entities/User.ts
@@ -66,6 +66,7 @@ export function resolveUserDispute(id: string, previousFeeAmount: BigInt, feeAmo
66
user.totalCoherent = user.totalCoherent.plus(ONE);
67
}
68
69
+ user.coherenceScore = computeCoherenceScore(user.totalCoherent, user.totalResolvedDisputes);
70
user.save();
71
return;
72
0 commit comments