-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The log of the the pipapi in PROD shows the following line:
<simpleError in if (params$country == "ALL") { promises::future_promise({ do.call(pipapi::ui_cp_charts, params) }, seed = TRUE)} else { do.call(pipapi::ui_cp_charts, params)}: argument is of length zero>
This should not happen. I believe ui_cp_charts should never be called with country == ALL
Reactions are currently unavailable