chore: up ttlcache to 2.x

This commit is contained in:
Barış Soner Uşaklı
2025-10-29 13:16:34 -04:00
parent d1a06ba020
commit a0a10c8b5c
2 changed files with 2 additions and 2 deletions

2
src/cache/ttl.js vendored
View File

@@ -1,7 +1,7 @@
'use strict';
module.exports = function (opts) {
const TTLCache = require('@isaacs/ttlcache');
const { TTLCache } = require('@isaacs/ttlcache');
const os = require('os');
const winston = require('winston');
const chalk = require('chalk');