Now private and public channels are loaded (#1222)

Fixes #1210
This commit is contained in:
Ricardo Espinoza
2020-12-02 06:54:19 -05:00
committed by GitHub
parent a38665e82c
commit 1b724db3c2
3 changed files with 5 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ export async function slackApiRequest(this: IExecuteFunctions | IExecuteSingleFu
delete options.qs;
}
try {
let response: any; // tslint:disable-line:no-any
if (authenticationMethod === 'accessToken') {