Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix: CreateInteractionResponse not working sometimes (#478)
Browse files Browse the repository at this point in the history
Acnologla authored Mar 6, 2022
1 parent df2b44e commit d752917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interaction.go
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ func (res *CreateInteractionResponse) prepare() (postBody interface{}, contentTy
}

if len(p.Files) == 0 {
postBody = p
postBody = res
contentType = httd.ContentTypeJSON
return
}

0 comments on commit d752917

Please sign in to comment.