Small improvement

This commit is contained in:
ricardo
2020-06-14 18:19:35 -04:00
parent 8d778bf06e
commit 2ef5c8c836
3 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ export async function zendeskApiRequest(this: IHookFunctions | IExecuteFunctions
}
try {
if (authenticationMethod === 'accessToken') {
if (authenticationMethod === 'apiToken') {
const credentials = this.getCredentials('zendeskApi');
if (credentials === undefined) {