mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 01:53:57 +00:00
feat: save achievements cache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user