Skip to content

Commit b3c8b47

Browse files
committed
Format viewer count source exclusion changes
1 parent 88445ea commit b3c8b47

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

background.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ function getCachedCommaList(value, lowerCase = false, keepEmpty = false) {
5454
}
5555

5656
function normalizeSourceType(sourceType) {
57-
return String(sourceType || "").trim().toLowerCase();
57+
return String(sourceType || "")
58+
.trim()
59+
.toLowerCase();
5860
}
5961

6062
function isViewerCountSourceHidden(sourceType) {

0 commit comments

Comments
 (0)