V0.1 release #11

Merged
kelly merged 19 commits from v0.1 into main 2026-06-02 20:49:08 -05:00
Showing only changes of commit 68be07e01d - Show all commits
+1 -1
View File
@@ -107,7 +107,7 @@ function Receive-Webhook
} }
"task.created" { "task.created" {
$notificationTitle = "Donetick Task Created" $notificationTitle = "Donetick Task Created"
if ($null -ne $payload.data.chore.nextDueDate) if ($null -eq $payload.data.chore.nextDueDate)
{ {
$notificationContent = "$($payload.data.chore.name) created" $notificationContent = "$($payload.data.chore.name) created"
} }