From 393bc8fd544e37af6c8d93cecffcbe6e183aa7d1 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Wed, 16 Sep 2020 09:16:20 +0200 Subject: [PATCH] :zap: Remove old comment --- packages/core/src/NodeExecuteFunctions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/NodeExecuteFunctions.ts b/packages/core/src/NodeExecuteFunctions.ts index 03e8ffb947..b78518b90b 100644 --- a/packages/core/src/NodeExecuteFunctions.ts +++ b/packages/core/src/NodeExecuteFunctions.ts @@ -162,7 +162,6 @@ export function requestOAuth2(this: IAllExecuteFunctions, credentialsType: strin .catch(async (error: IResponseError) => { // TODO: Check if also other codes are possible if (error.statusCode === 401) { - // TODO: Whole refresh process is not tested yet // Token is probably not valid anymore. So try refresh it. const tokenRefreshOptions: IDataObject = {};