Webpack build for branch master: 8dfc96d460

This commit is contained in:
Travis CI 2017-04-11 16:57:25 +00:00
parent 8a57652d65
commit 2e2516a8b6
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ const Endpoints = exports.Endpoints = {
return {
toString: () => mbase,
reactions: `${mbase}/reactions`,
ack: `${base}/ack`,
ack: `${mbase}/ack`,
Reaction: (emoji, limit) => {
const rbase = `${mbase}/reactions/${emoji}${limit ? `?limit=${limit}` : ''}`;
return {

File diff suppressed because one or more lines are too long