Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed May 15, 2024
1 parent 963a1dd commit 418d9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public function run(): void

public function generateReadCredentials(): array
{
return ['ahoj'];
$sapi = $this->initSapi();
/** @var string */
$backupId = $sapi->generateId();
Expand All @@ -82,6 +81,7 @@ public function generateReadCredentials(): array
} else {
$path = $this->generateBackupPath((int) $backupId, $sapi);
}
return [$backupId, $path];

return $this->storageBackend->generateTempReadCredentials($backupId, $path);
}
Expand Down

0 comments on commit 418d9da

Please sign in to comment.