Skip to content

Commit

Permalink
fix: show pubsub status when starting
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
  • Loading branch information
lidel committed Jan 19, 2021
1 parent b992946 commit 44caf74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/enable-pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = async function () {
}
}

activate({ newValue: store.get(CONFIG_KEY, false) })
createToggler(CONFIG_KEY, activate)
}

Expand Down

0 comments on commit 44caf74

Please sign in to comment.