diff --git a/packages/nodes-base/nodes/Rocketchat/GenericFunctions.ts b/packages/nodes-base/nodes/Rocketchat/GenericFunctions.ts index 12ae258f7c..2078470d13 100644 --- a/packages/nodes-base/nodes/Rocketchat/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Rocketchat/GenericFunctions.ts @@ -19,7 +19,7 @@ export async function rocketchatApiRequest(this: IExecuteFunctions | ILoadOption { 'X-Auth-Token': credentials.authKey, 'X-User-Id': credentials.userId, - } + }, ); const options: OptionsWithUri = {