Skip to content

Commit c79e6cd

Browse files
committed
fix(stateManager): don't assume starting at "zzz"
1 parent 1ad5025 commit c79e6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createStateManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import c from './config.js';
33
const defaultState = {
44
seq: c.seq,
55
bootstrapDone: false,
6-
bootstrapLastId: 'zzz',
6+
bootstrapLastId: undefined,
77
};
88

99
let currentState;

0 commit comments

Comments
 (0)