From a7f6f1c3fad15d11a1812058ab58a48791e6faae Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Wed, 7 Sep 2022 11:51:54 +0100 Subject: [PATCH] Remove erroneous comment Signed-off-by: Alex Crome --- .../src/github/SingleInstanceGithubCredentialsProvider.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/integration/src/github/SingleInstanceGithubCredentialsProvider.ts b/packages/integration/src/github/SingleInstanceGithubCredentialsProvider.ts index 02e0893d8a..aeaa0f5e04 100644 --- a/packages/integration/src/github/SingleInstanceGithubCredentialsProvider.ts +++ b/packages/integration/src/github/SingleInstanceGithubCredentialsProvider.ts @@ -62,7 +62,6 @@ class Cache { return { accessToken: ownerData.token }; } - // consider timestamps older than 50 minutes to be expired. private isExpired = (date: DateTime) => DateTime.local() > date; private appliesToRepo(tokenData: InstallationTokenData, repo?: string) {