fix: fixing multiple calls for backup

This commit is contained in:
Chubby Granny Chaser
2024-10-20 08:09:15 +01:00
parent 0e5d37a3a0
commit b7c9b5ec54
10 changed files with 101 additions and 114 deletions

View File

@@ -11,6 +11,7 @@ const getGameBackupPreview = async (
) => {
const backupPath = path.join(backupsPath, `${shop}-${objectId}`);
console.log("preview invoked>>");
return Ludusavi.getBackupPreview(shop, objectId, backupPath);
};