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;
|
const restoreId = task.id;
|
||||||
try {
|
try {
|
||||||
const repositoryConfig = await decryptRepositoryConfig(repository.config);
|
const repositoryConfig = await decryptRepositoryConfig(repository.config);
|
||||||
const execution = await restoreExecutor.start({
|
const execution = restoreExecutor.start({
|
||||||
restoreId,
|
restoreId,
|
||||||
organizationId,
|
organizationId,
|
||||||
repositoryId: repository.id,
|
repositoryId: repository.id,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue