Skip to content

Commit

Permalink
Update lib/src/main/java/graphql/nadel/engine/blueprint/NadelExecutio…
Browse files Browse the repository at this point in the history
…nBlueprintFactory.kt
  • Loading branch information
gnawf authored Jan 23, 2024
1 parent 08d9b17 commit 38b37af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ private class Factory(
)
}
if (hydration.condition.predicate.matches != null) {

return NadelHydrationCondition.StringResultMatches(
fieldPath = NadelQueryPath(hydration.condition.pathToSourceField),
regex = hydration.condition.predicate.matches.toRegex()
Expand Down

0 comments on commit 38b37af

Please sign in to comment.