Merge pull request #6523 from aaronraimist/fix-mjolnir

pull/21833/head
Michael Telatynski 2021-08-02 13:48:43 +01:00 committed by GitHub
commit 152c7dc865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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