Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix typo in push rules comment
Browse files Browse the repository at this point in the history
Signed-off-by: J. Ryan Stinnett <[email protected]>
  • Loading branch information
jryans committed Dec 12, 2018
1 parent bea551f commit 2ca7477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifications/VectorPushRulesDefinitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class VectorPushRuleDefinition {
// The actions must match to the ones expected by vector state.
// Use `decodeActions` on both sides to canonicalize things like
// value: true vs. unspecified for highlight (which defaults to
// true, making them equivalent.
// true, making them equivalent).
if (enabled &&
JSON.stringify(decodeActions(rule.actions)) ===
JSON.stringify(decodeActions(vectorStateToActions))) {
Expand Down

0 comments on commit 2ca7477

Please sign in to comment.