issue with name fixed

This commit is contained in:
Ricardo Espinoza 2019-12-01 11:13:35 -05:00
parent ccbf80bce2
commit 3a70c3e33d

View file

@ -20,7 +20,7 @@ export async function rocketchatApiRequest(this: IHookFunctions | IExecuteFuncti
headers: headerWithAuthentication, headers: headerWithAuthentication,
method, method,
body, body,
uri: `${credentials.endpoint}${resource}.${operation}`, uri: `${credentials.domain}${resource}.${operation}`,
json: true json: true
}; };