mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Remove old comment
This commit is contained in:
@@ -162,7 +162,6 @@ export function requestOAuth2(this: IAllExecuteFunctions, credentialsType: strin
|
|||||||
.catch(async (error: IResponseError) => {
|
.catch(async (error: IResponseError) => {
|
||||||
// TODO: Check if also other codes are possible
|
// TODO: Check if also other codes are possible
|
||||||
if (error.statusCode === 401) {
|
if (error.statusCode === 401) {
|
||||||
// TODO: Whole refresh process is not tested yet
|
|
||||||
// Token is probably not valid anymore. So try refresh it.
|
// Token is probably not valid anymore. So try refresh it.
|
||||||
|
|
||||||
const tokenRefreshOptions: IDataObject = {};
|
const tokenRefreshOptions: IDataObject = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user