👕 replace coma in semicolon when end of line (#802)

This commit is contained in:
Jean Baptiste Noblot
2020-07-30 11:35:36 +02:00
committed by GitHub
parent c298fd325a
commit e863254272
4 changed files with 11 additions and 11 deletions

View File

@@ -288,8 +288,8 @@ export class Slack implements INodeType {
//https://api.slack.com/methods/conversations.info
if (operation === 'get') {
const channel = this.getNodeParameter('channelId', i) as string;
qs.channel = channel,
responseData = await slackApiRequest.call(this, 'POST', '/conversations.info', {}, qs);
qs.channel = channel;
responseData = await slackApiRequest.call(this, 'POST', '/conversations.info', {}, qs);
responseData = responseData.channel;
}
//https://api.slack.com/methods/conversations.list