Skip to content

Commit 93f64e9

Browse files
committed
whoops
1 parent d02ed85 commit 93f64e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rest/player.controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class PlayerController {
9090
(key) =>
9191
isNaN(Number(key)) &&
9292
achievements.findIndex(
93-
(ach) => ach.achievement_key === Number(key),
93+
(ach) => ach.achievement_key === AchievementKey[key],
9494
) === -1,
9595
)
9696
.map((key) => ({

0 commit comments

Comments
 (0)