Update DredgeFramework.module.fs

This commit is contained in:
2021-10-23 20:45:20 +10:00
parent ba4c9a7d7a
commit 49fcdabf0f

View File

@@ -14,7 +14,7 @@ open FSharp.Reflection
open Thoth.Json.Net open Thoth.Json.Net
let (|?) lhs rhs = (if lhs = null then rhs else lhs) let (|?) lhs rhs = if lhs = null then rhs else lhs
let map list = list |> Map.ofList let map list = list |> Map.ofList