mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
issue with name fixed
This commit is contained in:
parent
ccbf80bce2
commit
3a70c3e33d
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue