mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-30 18:53:30 +00:00
API: add missing trailing linefeed
This commit is contained in:
parent
0c21aa8571
commit
48a13e1fe8
|
@ -84,4 +84,4 @@ func (c *Client) CreatePrivateChannel(recipientID discord.Snowflake) (*discord.C
|
||||||
func (c *Client) UserConnections() ([]discord.Connection, error) {
|
func (c *Client) UserConnections() ([]discord.Connection, error) {
|
||||||
var conn []discord.Connection
|
var conn []discord.Connection
|
||||||
return conn, c.RequestJSON(&conn, "GET", EndpointMe+"/connections")
|
return conn, c.RequestJSON(&conn, "GET", EndpointMe+"/connections")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue