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