We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41faee0 commit 60a1dcaCopy full SHA for 60a1dca
1 file changed
src/utils/counting.ts
@@ -8,7 +8,7 @@ export interface CountResult {
8
mode: CountingMode;
9
valid: boolean;
10
achievement: {
11
- notfication: boolean;
+ notification: boolean;
12
achievements: AchievementReward[];
13
};
14
delete?: boolean;
0 commit comments