From a6ecd85fff0f681b92c260cca377b2cd65fb4e88 Mon Sep 17 00:00:00 2001 From: Caleb Denio Date: Thu, 19 Nov 2020 11:58:39 -0500 Subject: [PATCH] Fic typo --- pkg/jia/handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/jia/handlers.go b/pkg/jia/handlers.go index dcd6c32..6a30a59 100644 --- a/pkg/jia/handlers.go +++ b/pkg/jia/handlers.go @@ -147,8 +147,8 @@ func HandleLeaderboardSlashCommand(w http.ResponseWriter, r *http.Request) { } resp, _ := json.Marshal(map[string]interface{}{ - "blocks": blocks, - "respose_type": "in_channel", + "blocks": blocks, + "response_type": "in_channel", }) w.Header().Add("Content-Type", "application/json")