Skip to content

Commit d3b3eda

Browse files
committed
handle custom1 for cache refreshes
1 parent 054c75f commit d3b3eda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Server/Controllers/Api/v1/Admin/RefreshCacheController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ public class RefreshCacheController : ControllerBase
1212
new()
1313
{
1414
{ ReleaseChannel.Stable, DateTimeOffset.MinValue },
15-
{ ReleaseChannel.Canary, DateTimeOffset.MinValue }
15+
{ ReleaseChannel.Canary, DateTimeOffset.MinValue },
16+
{ ReleaseChannel.Custom1, DateTimeOffset.MinValue }
1617
};
1718

1819
[HttpPatch]

0 commit comments

Comments
 (0)