Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 9e6668c

Browse files
authored
lint
1 parent 5437613 commit 9e6668c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/scorekeeper/jobs/specificJobs/EraPointsJob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const eraPointsJob = async (
6666
for (
6767
let i = activeEra - 1, processedEras = 1;
6868
i >= activeEra - Constants.ERAPOINTS_JOB_MAX_ERAS;
69-
i--, processedEras ++
69+
i--, processedEras++
7070
) {
7171
await individualEraPointsJob(chaindata, i);
7272

0 commit comments

Comments
 (0)