From 8557ddc522afde1568bca54cfb2e253b8b2dff48 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:32:07 -0600 Subject: [PATCH] boo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 77cdfb7..0576fea 100644 --- a/main.go +++ b/main.go @@ -231,7 +231,7 @@ func handlerPostAPIV1EventsSlackInitialize(cfg Config) http.HandlerFunc { `) if _, err := cfg.driver.ExecContext(r.Context(), ` INSERT - INTO initialization (token, updated) + INTO initialization (label, token, updated) VALUES ('slack_events_webhook_token', $1, $2) `, challenge.Token, time.Now().UTC()); err != nil { http.Error(w, err.Error(), http.StatusInternalServerError)