fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-18 16:51:50 +02:00
parent 717dcab4ad
commit 9e3808bfee

View File

@ -55,8 +55,6 @@ export class SlackAccount {
break; break;
} }
console.log(requestBody);
const response = await plugins.smartrequest.postJson(postUrl, { const response = await plugins.smartrequest.postJson(postUrl, {
headers: { headers: {
Authorization: `Bearer ${this.slackToken}` Authorization: `Bearer ${this.slackToken}`