We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872399b commit 2a3faddCopy full SHA for 2a3fadd
src/Microsoft.Azure.SignalR.Common/Pagination/GroupMemberQueryResultPage.cs
@@ -65,7 +65,7 @@ public override GroupMemberQueryResultPage Read(ref Utf8JsonReader reader, Type
65
case "value":
66
values = JsonSerializer.Deserialize<List<SignalRGroupConnection>>(ref reader, options);
67
break;
68
- case "nextlink":
+ case "nextLink":
69
continuationToken = JsonSerializer.Deserialize<string>(ref reader, options);
70
71
default:
0 commit comments