Skip to content

Commit a617f55

Browse files
Fixed typo in code
1 parent 747fe06 commit a617f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NotifierBot/Sources/Notifier/JFUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct JFUtils {
6262
var list = ["*Monitored Websites:*"]
6363
if entries.isEmpty {
6464
list.append("_None_")
65-
} else if listURLs {§§
65+
} else if listURLs {
6666
for entry in entries {
6767
list.append("- \(entry.name): \(entry.url)".escaped())
6868
}

0 commit comments

Comments
 (0)