This commit is contained in:
mavolin 2020-05-11 20:31:44 +02:00
parent d4bdf700f3
commit 35d918eaf1
No known key found for this signature in database
GPG Key ID: D8681218EDF216DF
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func (c *Client) CreateInvite(
return inv, c.RequestJSON(
&inv, "POST",
EndpointChannels+channelID.String()+"/invites",
httputil.WithSchema(c, param),
httputil.WithJSONBody(param),
)
}