mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 11:21:02 +00:00
fix: fixing multiple calls for backup
This commit is contained in:
@@ -11,6 +11,7 @@ const getGameBackupPreview = async (
|
||||
) => {
|
||||
const backupPath = path.join(backupsPath, `${shop}-${objectId}`);
|
||||
|
||||
console.log("preview invoked>>");
|
||||
return Ludusavi.getBackupPreview(shop, objectId, backupPath);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user