This commit is contained in:
Sankalp Kotewar
2022-11-29 09:39:21 +00:00
committed by GitHub
parent fb4a5dce60
commit ab0e7714ce
3 changed files with 3 additions and 3 deletions

View File

@ -49108,7 +49108,7 @@ function run() {
}
});
}
run();
// run();
exports.default = run;

View File

@ -49045,7 +49045,7 @@ function run() {
}
});
}
run();
// run();
exports.default = run;

View File

@ -76,6 +76,6 @@ async function run(): Promise<void> {
}
}
run();
// run();
export default run;