Skip to content

Commit ddc0268

Browse files
rose-aShane32
andauthored
Update src/GraphQL.Primitives/GraphQLRequest.cs
Co-authored-by: Shane Krueger <[email protected]>
1 parent 4fadbff commit ddc0268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQL.Primitives/GraphQLRequest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void GeneratePersistedQueryExtension()
8787
Extensions[EXTENSIONS_PERSISTED_QUERY_KEY] = new Dictionary<string, object>
8888
{
8989
["version"] = APQ_SUPPORTED_VERSION,
90-
["sha256Hash"] = _sha265Hash ?? Hash.Compute(Query),
90+
["sha256Hash"] = _sha265Hash ??= Hash.Compute(Query),
9191
};
9292
}
9393

0 commit comments

Comments
 (0)