Fix typo which broke feature_mjolnir

Regressed in b2d9dd7214

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2021-07-31 02:11:46 -05:00
parent 59a86bc0e7
commit cf2a4ddde7
No known key found for this signature in database
GPG key ID: 37419210002890EF

View file

@ -56,7 +56,7 @@ class LifecycleStore extends Store<ActionPayload> {
deferredAction: null,
});
break;
case 'syncstate': {
case 'sync_state': {
if (payload.state !== 'PREPARED') {
break;
}