diff --git a/webhook_handler.go b/webhook_handler.go index c7cff9e..d782c7a 100644 --- a/webhook_handler.go +++ b/webhook_handler.go @@ -5,6 +5,7 @@ import ( "context" "encoding/json" "fmt" + "log/slog" "net/http" "net/url" )