Merged in fix/logging-warmup-background (pull request #3232)
Fix/logging warmup background * fix: logging in background functions * fix logging * fix logging * fix logging Approved-by: Linus Flood
This commit is contained in:
committed by
Linus Flood
parent
26f3b5bdd0
commit
4174d43e16
@@ -49,7 +49,7 @@ export async function POST() {
|
||||
revalidateManuallyLogger.info(`Tag: ${tag}`)
|
||||
|
||||
revalidateTag(tag)
|
||||
cacheClient.deleteKey(tag, { fuzzy: true })
|
||||
cacheClient.deleteKey(tag, { fuzzy: false })
|
||||
|
||||
return Response.json({ revalidated: true, now: Date.now() })
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user