de-lint LifecycleStore
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a270c85295
commit
68fb11d2bf
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ class LifecycleStore extends Store {
|
|||
deferred_action: null,
|
||||
});
|
||||
break;
|
||||
case 'sync_state':
|
||||
case 'sync_state': {
|
||||
if (payload.state !== 'PREPARED') {
|
||||
break;
|
||||
}
|
||||
|
@ -61,6 +61,7 @@ class LifecycleStore extends Store {
|
|||
});
|
||||
dis.dispatch(deferredAction);
|
||||
break;
|
||||
}
|
||||
case 'on_logged_out':
|
||||
this.reset();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue