This commit is contained in:
Ryan Tharp 2020-01-30 08:45:43 +00:00
parent bed3c187bb
commit 95378e145a

View file

@ -83,6 +83,7 @@ const moderatorUpdateChannel = async (req, res) => {
// now place a normal request to the platform...
const oldToken = platformApi.token;
platformApi.token = token;
// FIXME: why aren't we using cache here?
const result = await platformApi.serverRequest(`channels/${channelId}`, {
method: 'PUT',
objBody: req.body