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;
}
console.log(requestBody);
const response = await plugins.smartrequest.postJson(postUrl, {
headers: {
Authorization: `Bearer ${this.slackToken}`