Source: PR #162 review (round 1, item #7)
File: R/mod_query_builder.R lines 74-75
Problem: resolve_model_for_operation() can return NULL but no req() guard exists. Produces cryptic downstream errors.
Fix: Add req(provider, model, cancelOutput = TRUE) after resolution.
Source: PR #162 review (round 1, item #7)
File:
R/mod_query_builder.Rlines 74-75Problem:
resolve_model_for_operation()can return NULL but noreq()guard exists. Produces cryptic downstream errors.Fix: Add
req(provider, model, cancelOutput = TRUE)after resolution.