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