Skip to content

Commit 14417d4

Browse files
committed
Re-insert json parser line
1 parent 3aa2053 commit 14417d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IdServer/SimpleIdServer.IdServer/Extensions/QueryCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public static JsonNode GetValue(IEnumerable<string> strValues)
204204
{
205205
try
206206
{
207-
return strValues.ElementAt(0);
207+
return JsonNode.Parse(strValues.ElementAt(0));
208208
}
209209
catch
210210
{

0 commit comments

Comments
 (0)