We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b3458 commit 04e5451Copy full SHA for 04e5451
src/run/handlers/cache.cts
@@ -353,7 +353,7 @@ export class NetlifyCacheHandler implements CacheHandlerForMultipleVersions {
353
354
getLogger().debug(`Purging CDN cache for: [${tag}]`)
355
requestContext.trackBackgroundWork(
356
- purgeCache({ tags: tag.split(/,|%2c/gi) }).catch((error) => {
+ purgeCache({ tags }).catch((error) => {
357
// TODO: add reporting here
358
getLogger()
359
.withError(error)
0 commit comments