Skip to content

Commit

Permalink
imp(comments): improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Feb 2, 2025
1 parent 17f5a04 commit bb8938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/notifier/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class NotifierWorker extends Worker {

for (const rule of rules) {
/**
* If rule is enabled no need to store data in redis
* If rule is disabled no need to store data in redis
*/
if (rule.isEnabled === false) {
return;
Expand Down

0 comments on commit bb8938b

Please sign in to comment.