From e343545254e70cf1da8ac93a59efca05051bf33e Mon Sep 17 00:00:00 2001 From: Kelly Thomas Reardon Date: Sun, 31 May 2026 20:30:37 -0500 Subject: [PATCH] simple handling of events --- Start-DoneTickConsumer.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start-DoneTickConsumer.ps1 b/Start-DoneTickConsumer.ps1 index 31ad7b4..a91b22d 100644 --- a/Start-DoneTickConsumer.ps1 +++ b/Start-DoneTickConsumer.ps1 @@ -93,7 +93,7 @@ function Receive-Webhook Write-Host "Payload: " } - Send-AppriseNotification -title "Donetick Webhook Received" -content ($payload | ConvertTo-Json -Depth 20) + Send-AppriseNotification -title "Donetick Webhook Received" -content "$($payload.type) $($payload.data.chore.name)" Write-JsonResponse -Response $response -StatusCode 200 -Body @{ ok = $true