Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawf committed Nov 13, 2024
1 parent 4a0aaca commit 6baf1c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ internal class NadelHydrationSourceFieldValidation {
is NadelHydrationArgument.ValueSource.FieldResultValue -> getSourceFieldQueryPaths(argument.valueSource)
.onError { return it }
is NadelHydrationArgument.ValueSource.StaticValue -> emptyList()
is NadelHydrationArgument.ValueSource.RemainingArguments -> emptyList()
}
}.asInterimSuccess()
}
Expand Down

0 comments on commit 6baf1c1

Please sign in to comment.