We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d5050 commit f2209d9Copy full SHA for f2209d9
src/Config.ts
@@ -1,4 +1,4 @@
1
-export const version = '2.9.31: December 22 v2';
+export const version = '2.9.32: December 23 v1';
2
3
/**
4
* PSEUDO DO NOT CHANGE THIS LINE
src/SingularityChallenges.ts
@@ -62,7 +62,7 @@ export class SingularityChallenge {
62
updateVal += 1
63
}
64
65
- this.completions = updateVal
+ this.completions = Math.min(this.maxCompletions, updateVal)
66
67
68
public challengeEntryHandler() {
0 commit comments