chore: fix liniting issue
This commit is contained in:
parent
d528836d61
commit
7544807a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ const restoreSnapshot = async (
|
|||
const restoreId = task.id;
|
||||
try {
|
||||
const repositoryConfig = await decryptRepositoryConfig(repository.config);
|
||||
const execution = await restoreExecutor.start({
|
||||
const execution = restoreExecutor.start({
|
||||
restoreId,
|
||||
organizationId,
|
||||
repositoryId: repository.id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue