Merge pull request #22 from yy4382/fix-typo

chore(typo): "Macth" to "Match" in `lib/telegram/index.js`
This commit is contained in:
面条
2024-08-07 12:02:39 +08:00
committed by GitHub

View File

@@ -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))
}