Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Jun 10, 2024
1 parent 20f6ec2 commit 112ac2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/chat_highlight_blacklist_keywords/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function computeHighlightKeywords() {
highlightBadges = computedBadges;
}

let recentPinnedHighlights = [];
const recentPinnedHighlights = [];

function readRepairKeywords() {
const highlightKeywordsValue = settings.get(SettingIds.HIGHLIGHT_KEYWORDS);
Expand Down

0 comments on commit 112ac2c

Please sign in to comment.