-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
passing
{
"config": "abc",
"row: {"efg"}
}
to sync action, causes internal error:
at ApiController->createJobFromParams(array('config' => 'xxxx', 'row' => array('tables' => array('xxx', 'xxxx'...
https://keboola.slack.com/archives/C09U3R1J4/p1557755384119900
| if (isset($body["row"]) && !isset($body["config"])) { |
checks only the presence of row, but not the value
Reactions are currently unavailable