Skip to content

Commit 933ec05

Browse files
Copilotxperiandri
andcommitted
Simplify lazy expression per code review
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/63700bd7-a033-4fb4-a394-21e09ca3943e Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent 3cfefcf commit 933ec05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FSharp.Data.GraphQL.Client/Serialization.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ module Serialization =
203203

204204
/// The default JSON serializer options used for request serialization when no custom options are provided.
205205
let defaultSerializerOptions =
206-
lazy (FSharp.Data.GraphQL.Shared.Json.getSerializerOptions Seq.empty)
206+
lazy FSharp.Data.GraphQL.Shared.Json.getSerializerOptions Seq.empty
207207

208208
/// Converts special types (Uri, Upload, etc.) that System.Text.Json cannot handle natively
209209
/// into their JSON-serializable representations. Applied recursively to variable values.

0 commit comments

Comments
 (0)