Skip to content

Commit 79cf1ae

Browse files
authored
Replace duplicate medium configuration
1 parent 01554e4 commit 79cf1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ specify what channels should be used for specific levels (using
547547
->channelPolicy('high', ['chat/slack'])
548548
// Use browser for medium and low notifications
549549
->channelPolicy('medium', ['browser'])
550-
->channelPolicy('medium', ['browser'])
550+
->channelPolicy('low', ['browser'])
551551
;
552552
};
553553

0 commit comments

Comments
 (0)