diff --git a/routers/router/api/v1/webhook/webhook.go b/routers/router/api/v1/webhook/webhook.go index 9c7e6b5..5b10d9a 100644 --- a/routers/router/api/v1/webhook/webhook.go +++ b/routers/router/api/v1/webhook/webhook.go @@ -51,7 +51,7 @@ func Webhook(c *fiber.Ctx) error { } else if message.Event.Type == "PrintPaused" { state = 3 } else { - state = 0 + state = 1 } notification.AddNotification(nil, structs.AddNotificationRequest{