Skip to content

Commit e274803

Browse files
cdavernasCopilot
andauthored
Update src/api/Synapse.Api.Http/ClusterResourceController.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy