From ab0e7714ce7e29620794f7e7fe08e16b890c8964 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Tue, 29 Nov 2022 09:39:21 +0000 Subject: [PATCH] new try --- dist/restore-only/index.js | 2 +- dist/restore/index.js | 2 +- src/restore.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/restore-only/index.js b/dist/restore-only/index.js index 2a51f92..03d0ae0 100644 --- a/dist/restore-only/index.js +++ b/dist/restore-only/index.js @@ -49108,7 +49108,7 @@ function run() { } }); } -run(); +// run(); exports.default = run; diff --git a/dist/restore/index.js b/dist/restore/index.js index b5ed08c..aa390fa 100644 --- a/dist/restore/index.js +++ b/dist/restore/index.js @@ -49045,7 +49045,7 @@ function run() { } }); } -run(); +// run(); exports.default = run; diff --git a/src/restore.ts b/src/restore.ts index 302bc93..52055c7 100644 --- a/src/restore.ts +++ b/src/restore.ts @@ -76,6 +76,6 @@ async function run(): Promise { } } -run(); +// run(); export default run;