Skip to content

Commit 04e5451

Browse files
committed
fix: oops
1 parent d7b3458 commit 04e5451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/handlers/cache.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export class NetlifyCacheHandler implements CacheHandlerForMultipleVersions {
353353

354354
getLogger().debug(`Purging CDN cache for: [${tag}]`)
355355
requestContext.trackBackgroundWork(
356-
purgeCache({ tags: tag.split(/,|%2c/gi) }).catch((error) => {
356+
purgeCache({ tags }).catch((error) => {
357357
// TODO: add reporting here
358358
getLogger()
359359
.withError(error)

0 commit comments

Comments
 (0)