main
Bel LaPointe 2024-04-17 16:58:06 -06:00
parent b2f64037e2
commit 04c574ffec
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ func handlerPostAPIV1EventsSlackInitialize(cfg Config) http.HandlerFunc {
http.Error(w, err.Error(), http.StatusInternalServerError) http.Error(w, err.Error(), http.StatusInternalServerError)
return 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}) encodeResponse(w, r, map[string]any{"challenge": challenge.Challenge})
} }
} }