Remove erroneous comment

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome
2022-09-07 11:51:54 +01:00
parent f76f22c649
commit a7f6f1c3fa
@@ -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) {