File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 "clean" : " rimraf ./dist ./coverage ./node_modules"
2929 },
3030 "devDependencies" : {
31- "@keyv/redis" : " ^3 .0.1 " ,
31+ "@keyv/redis" : " ^4 .0.2 " ,
3232 "@types/node" : " ^22.9.0" ,
3333 "@vitest/coverage-v8" : " ^2.1.4" ,
3434 "lru-cache" : " ^11.0.2" ,
Original file line number Diff line number Diff line change @@ -538,8 +538,8 @@ export class CacheableMemory extends Hookified {
538538 public startIntervalCheck ( ) {
539539 if ( this . _checkInterval > 0 ) {
540540 if ( this . _interval ) {
541- // Be overly cautious and clear the interval as we've unref'd it
542- // and we don't want to leak it
541+ // Be overly cautious and clear the interval as we've unref'd it and we don't want to leak it
542+ /* c8 ignore next 2 */
543543 clearInterval ( this . _interval ) ;
544544 }
545545
You can’t perform that action at this time.
0 commit comments