mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
👕 Fix lint issue
This commit is contained in:
parent
70d2a988cc
commit
58353d6b8c
|
@ -19,7 +19,7 @@ export async function rocketchatApiRequest(this: IExecuteFunctions | ILoadOption
|
||||||
{
|
{
|
||||||
'X-Auth-Token': credentials.authKey,
|
'X-Auth-Token': credentials.authKey,
|
||||||
'X-User-Id': credentials.userId,
|
'X-User-Id': credentials.userId,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
const options: OptionsWithUri = {
|
const options: OptionsWithUri = {
|
||||||
|
|
Loading…
Reference in a new issue