Skip to content

Commit 12711d8

Browse files
xperiandriCopilot
andauthored
Update tests/FSharp.Data.GraphQL.IntegrationTests.Server/Schema.fs
Co-authored-by: Copilot <[email protected]>
1 parent 67c80cd commit 12711d8

File tree

1 file changed

+1
-1
lines changed
  • tests/FSharp.Data.GraphQL.IntegrationTests.Server

1 file changed

+1
-1
lines changed

tests/FSharp.Data.GraphQL.IntegrationTests.Server/Schema.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module Schema =
149149
use reader = new System.IO.StreamReader(stream, Encoding.UTF8)
150150
reader.ReadToEnd()
151151
let getFileContent (ctx : ResolveFieldContext) argName =
152-
let inputFile = ctx.Arg<InputFile> argName
152+
let inputFile = ctx.Arg<InputFile> argName
153153
let stream = inputFile.File.Stream
154154
use reader = new System.IO.StreamReader(stream, Encoding.UTF8, true)
155155
reader.ReadToEnd()

0 commit comments

Comments
 (0)