Skip to content

Commit

Permalink
Let's make sure we can also write MSDP from a JSON object (build fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryCordewener committed Jan 29, 2024
1 parent 5b8c69e commit 8283815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TelnetNegotiationCore.Functional/MSDPLibrary.fs
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ module MSDPLibrary =
parseJsonValue jsonRootNode

let public Report(jsonString: string, encoding: Encoding) =
parseJsonRoot(JsonValue.Parse(jsonString), encoding)
parseJsonRoot(JsonValue.Parse(jsonString), encoding) |> Array.ofList

0 comments on commit 8283815

Please sign in to comment.