We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b73d8 commit ded68eaCopy full SHA for ded68ea
urlwatcher/Sources/urlwatcher/main.swift
@@ -233,6 +233,8 @@ do {
233
let notifiedFile = "\(entryPath)/.notified"
234
if fileManager.fileExists(atPath: notifiedFile) {
235
try fileManager.removeItem(atPath: notifiedFile)
236
+ // Notify the user, that the error resolved
237
+ try sendTelegramMessage("The errors with entry '\(entry.name)' have been resolved.", to: Int(entry.chatID))
238
}
239
240
0 commit comments