Skip to content

Commit 85d6ec6

Browse files
🎨
1 parent 0e70b3b commit 85d6ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lite3DotNet.SystemTextJson/Lite3JsonDecoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static async Task<int> DecodeAsync(
6666
buffer,
6767
pipeReader,
6868
minReadSize,
69-
null,
69+
arrayPool: null,
7070
cancellationToken).ConfigureAwait(false);
7171

7272
return position;

0 commit comments

Comments
 (0)