Improve logging more, fix credentials sync issues, migrate more to be toasts
This commit is contained in:
@@ -35,7 +35,6 @@ class GitHubCache {
|
||||
timestamp: now,
|
||||
expiresAt: now + this.CACHE_DURATION
|
||||
});
|
||||
// Cache entry set
|
||||
}
|
||||
|
||||
get(key: string): any | null {
|
||||
|
||||
Reference in New Issue
Block a user