Calling methods from same file

pull/1018/head
Sankalp Kotewar 2 years ago committed by GitHub
parent a76826ef46
commit d6e98d9302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,4 +5,6 @@ async function restore(): Promise<void> {
await run(new StateOutputSetter());
}
restore();
export default restore;

@ -5,4 +5,6 @@ async function restoreOnly(): Promise<void> {
await run(new NonStateOutputSetter());
}
restoreOnly();
export default restoreOnly;

Loading…
Cancel
Save