Merge branch 'main' of github.com:ccbikai/BroadcastChannel

This commit is contained in:
ccbikai
2024-08-07 21:46:55 +08:00
3 changed files with 3 additions and 1 deletions

View File

@@ -146,7 +146,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))
}