feat(client): add the missing MSTrophyMissing sound (#51161)

This commit is contained in:
Muhammed Mustafa
2023-08-07 09:58:26 +03:00
committed by GitHub
parent c03a7cda78
commit e9df549bc9

View File

@@ -61,7 +61,8 @@ const toneUrls = {
[FlashMessages.UserNotCertified]: TRY_AGAIN,
[FlashMessages.WrongName]: TRY_AGAIN,
[FlashMessages.WrongUpdating]: TRY_AGAIN,
[FlashMessages.WentWrong]: TRY_AGAIN
[FlashMessages.WentWrong]: TRY_AGAIN,
[FlashMessages.MSTrophyMissing]: TRY_AGAIN
} as const;
type ToneStates = keyof typeof toneUrls;