resolving #9
Security / security (push) Successful in 1m2s

This commit is contained in:
2026-06-02 20:30:58 -05:00
parent a3c65ecdef
commit 68be07e01d
+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"
} }