Skip to content

Commit e274803

Browse files
cdavernasCopilot
andauthored
Update src/api/Synapse.Api.Http/ClusterResourceController.cs
Co-authored-by: Copilot <[email protected]> Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 638ddac commit e274803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/Synapse.Api.Http/ClusterResourceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public virtual async Task<IAsyncEnumerable<IResourceWatchEvent<TResource>>> Watc
9898
[ProducesErrorResponseType(typeof(Neuroglia.ProblemDetails))]
9999
public virtual async Task WatchResourcesUsingSSE(string? labelSelector = null, CancellationToken cancellationToken = default)
100100
{
101-
if (!TryParseLabelSelectors(labelSelector, out var labelSelectors))
101+
if (!this.TryParseLabelSelectors(labelSelector, out var labelSelectors))
102102
{
103103
await WriteInvalidLabelSelectorResponseAsync(labelSelector!, cancellationToken).ConfigureAwait(false);
104104
return;

0 commit comments

Comments
 (0)