Skip to content

Commit a6e42ae

Browse files
committed
Fix storage import after unique replay
1 parent 0117df1 commit a6e42ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/storage.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import {
2121
describeAccountSnapshot as describeAccountSnapshotWithDeps,
2222
statSnapshot as statSnapshotWithDeps,
2323
} from "./storage/account-snapshot.js";
24-
exportAccountsSnapshot,
24+
import {
25+
exportAccountsSnapshot,
2526
importAccountsSnapshot,
2627
} from "./storage/account-port.js";
2728
import { saveAccountsToDisk } from "./storage/account-save.js";

0 commit comments

Comments
 (0)