diff --git a/src/lib/telegram/index.js b/src/lib/telegram/index.js index 53ca3e9..dddc5d7 100644 --- a/src/lib/telegram/index.js +++ b/src/lib/telegram/index.js @@ -139,7 +139,7 @@ export async function getChannelInfo(Astro, { before = '', after = '', q = '', t const cachedResult = cache.get(cacheKey) if (cachedResult) { - console.info('Macth Cache', { before, after, q, type, id }) + console.info('Match Cache', { before, after, q, type, id }) return JSON.parse(JSON.stringify(cachedResult)) }