1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-02-16 16:34:28 +01:00

Fix the eslint error

(cherry picked from commit 3356a62867)
This commit is contained in:
Reece Dunham 2024-08-08 11:19:27 -04:00 committed by AnthonyFuller
parent 9411584573
commit f43f9dd053

View File

@ -498,7 +498,7 @@ webFeaturesRouter.post(
userdata.Extensions.gamepersistentdata =
exts.data.Extensions.gamepersistentdata || {}
// @ts-ignore
// @ts-expect-error It's fine
userdata.Extensions.gamepersistentdata.HitsFilterType ??= {}
userdata.Extensions.gamepersistentdata.HitsFilterType.MyHistory ??=
"all"