Skip to content

Commit 25b5838

Browse files
authored
Merge pull request #1327 from ioito/hotfix/qx-cdn-clean-cache
fix: cdn clean cache options
2 parents c1609c1 + 16e722a commit 25b5838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloudprovider/cdn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ type CacheClearOptions struct {
278278
Tags []string
279279
Hosts []string
280280
Prefixes []string
281-
Filters []interface{}
281+
Files []interface{}
282282
}
283283

284284
type CacheConfig struct {

0 commit comments

Comments
 (0)