Remove old comment

This commit is contained in:
Jan Oberhauser 2020-09-16 09:16:20 +02:00
parent 266112a8cb
commit 393bc8fd54

View file

@ -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 = {};