This commit is contained in:
Sankalp Kotewar 2022-11-29 09:39:21 +00:00 committed by GitHub
parent fb4a5dce60
commit ab0e7714ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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