Fixed getChannelLogs bug (template string variable without ${})

This commit is contained in:
abalabahaha
2015-12-13 02:00:01 -08:00
parent c9c1b19968
commit ecc604e6ac
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,7 @@ export default class InternalClient {
return this.apiRequest(
"get",
`Endpoints.CHANNEL_MESSAGES(channel.id)?${qs.stringify(qsObject)}`,
`${Endpoints.CHANNEL_MESSAGES(channel.id)}?${qs.stringify(qsObject)}`,
true
)
.then(res => res.map(