2022-11-29 09:55:41 +00:00
|
|
|
import restore from "./restoreImpl";
|
2020-03-18 13:35:13 +00:00
|
|
|
|
2022-11-29 09:55:41 +00:00
|
|
|
async function runRestoreStep(): Promise<void> {
|
|
|
|
await restore();
|
2019-10-30 18:48:49 +00:00
|
|
|
}
|
|
|
|
|
2022-11-29 09:55:41 +00:00
|
|
|
runRestoreStep();
|