feat: save achievements cache

This commit is contained in:
Zamitto
2024-09-24 16:32:48 -03:00
parent 7e3cf0a00e
commit f3a5f90bc7
4 changed files with 90 additions and 29 deletions

View File

@@ -48,7 +48,6 @@ export const saveAllLocalSteamAchivements = async () => {
);
console.log(achievementFile.filePath);
console.log(localAchievementFile);
for (const a of Object.keys(localAchievementFile)) {
// TODO: use checkUnlockedAchievements after refactoring it to be generic