Skip to content

Commit

Permalink
Fixed issue with passthrough retriever
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaro committed Dec 11, 2023
1 parent c1e27bd commit cec605f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class RetrievalRuntime {
schema.connection.getRetrievableReader(), listOf(UUID.fromString((inputDescription as RetrievableIdInputData).id))
)

return@forEach

}

val field = schema[operationDescription.field]
Expand Down

0 comments on commit cec605f

Please sign in to comment.