From fb5e7b580e6dd7476d6e8fb99e84f92089b6a287 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:21:44 -0600 Subject: [PATCH] log not impl'd slack event --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 4dc0a1a..bbd1d55 100644 --- a/main.go +++ b/main.go @@ -115,6 +115,7 @@ func _newHandlerPostAPIV1EventsSlack(cfg Config) http.HandlerFunc { return } + log.Printf("slack event: %s", b) http.Error(w, "not impl", http.StatusNotImplemented) } }