mirror of
https://github.com/cjdenio/jia.git
synced 2024-11-22 07:33:39 +00:00
Fic typo
This commit is contained in:
parent
b320a48798
commit
a6ecd85fff
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ func HandleLeaderboardSlashCommand(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
resp, _ := json.Marshal(map[string]interface{}{
|
||||
"blocks": blocks,
|
||||
"respose_type": "in_channel",
|
||||
"response_type": "in_channel",
|
||||
})
|
||||
|
||||
w.Header().Add("Content-Type", "application/json")
|
||||
|
|
Loading…
Reference in a new issue