mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: types
This commit is contained in:
parent
09af1d1f89
commit
ce239e0e20
2 changed files with 2 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ import { publishNewAchievementNotification } from "../notifications";
|
|||
const saveAchievementsOnLocal = async (
|
||||
objectId: string,
|
||||
shop: GameShop,
|
||||
achievements: any[],
|
||||
achievements: UnlockedAchievement[],
|
||||
sendUpdateEvent: boolean
|
||||
) => {
|
||||
return gameAchievementRepository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue