From 68be07e01d7119f9dea8434d830b78c2a89203a5 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Reardon Date: Tue, 2 Jun 2026 20:30:58 -0500 Subject: [PATCH] resolving #9 --- Start-DoneTickConsumer.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start-DoneTickConsumer.ps1 b/Start-DoneTickConsumer.ps1 index 71246ed..48dcd1e 100644 --- a/Start-DoneTickConsumer.ps1 +++ b/Start-DoneTickConsumer.ps1 @@ -107,7 +107,7 @@ function Receive-Webhook } "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" }