Skip to content

Commit

Permalink
fix(stateManager): don't assume starting at "zzz"
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Feb 12, 2018
1 parent 1ad5025 commit c79e6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createStateManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import c from './config.js';
const defaultState = {
seq: c.seq,
bootstrapDone: false,
bootstrapLastId: 'zzz',
bootstrapLastId: undefined,
};

let currentState;
Expand Down

0 comments on commit c79e6cd

Please sign in to comment.