fix(core): update
This commit is contained in:
		@@ -22,14 +22,12 @@ export class Slackme {
 | 
			
		||||
      }
 | 
			
		||||
      postUrl = this.updateUrl;
 | 
			
		||||
    }
 | 
			
		||||
    console.log(requestBody);
 | 
			
		||||
    const response = await plugins.smartrequest.postJson(postUrl, {
 | 
			
		||||
      headers: {
 | 
			
		||||
        'Authorization': `Bearer ${this.slackToken}`
 | 
			
		||||
      },
 | 
			
		||||
      requestBody
 | 
			
		||||
    });
 | 
			
		||||
    console.log(response.body);
 | 
			
		||||
    return response;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user