-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💡 [patch] Repo maintenance: deps upgrades #92
Conversation
@@ -60,7 +60,6 @@ export class RedisCache extends CacheInstance { | |||
// This prevents get/setValue calls from hanging if there is no active connection | |||
enableOfflineQueue: false, | |||
}); | |||
this.redisClient.scan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must have been a cat walking on keyboard 😉 . Thankfully, was not doing anything.
- Introduced in this repo maintenance
- Noticed as fishy here by the new ESLint 🙂.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😳 close call
4015741
to
94c8454
Compare
@@ -0,0 +1,29 @@ | |||
import eslint from '@eslint/js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to reviewers: Cachette is public, no revealing internal sikrit world domination plans here in comments. 🙏
The usual:
How was this tested?
Tests & linter pass