Skip to content

Commit

Permalink
chat id not sent in hivechat send
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Dec 16, 2024
1 parent feaaa94 commit c575889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (ch *ChatHandler) CreateChat(w http.ResponseWriter, r *http.Request) {
func (ch *ChatHandler) SendMessage(w http.ResponseWriter, r *http.Request) {

var request struct {
ChatID string `json:"chatId"`
ChatID string `json:"chat_id"`
Message string `json:"message"`
ContextTags []struct {
Type string `json:"type"`
Expand Down

0 comments on commit c575889

Please sign in to comment.