From 58353d6b8c0bcb191e3308f635115c771718507f Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Fri, 19 Feb 2021 13:33:47 +0100 Subject: [PATCH] :shirt: Fix lint issue --- packages/nodes-base/nodes/Rocketchat/GenericFunctions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {