mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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,
|
||||
method,
|
||||
body,
|
||||
uri: `${credentials.endpoint}${resource}.${operation}`,
|
||||
uri: `${credentials.domain}${resource}.${operation}`,
|
||||
json: true
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue