From 04c574ffec13177eda50f5529d967a3c3f7ebdb6 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:58:06 -0600 Subject: [PATCH] f it --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bc83195..e9484ac 100644 --- a/main.go +++ b/main.go @@ -227,7 +227,7 @@ func handlerPostAPIV1EventsSlackInitialize(cfg Config) http.HandlerFunc { http.Error(w, err.Error(), http.StatusInternalServerError) return } - log.Println("stashed new slack initialization token") + log.Println("stashed new slack initialization token", challenge.Token) encodeResponse(w, r, map[string]any{"challenge": challenge.Challenge}) } }