mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-06-09 15:10:32 +00:00
chore(typo): "Macth" to "Match" in lib/telegram/index.js
This commit is contained in:
@@ -139,7 +139,7 @@ export async function getChannelInfo(Astro, { before = '', after = '', q = '', t
|
|||||||
const cachedResult = cache.get(cacheKey)
|
const cachedResult = cache.get(cacheKey)
|
||||||
|
|
||||||
if (cachedResult) {
|
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))
|
return JSON.parse(JSON.stringify(cachedResult))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user