wip
This commit is contained in:
parent
fd146f3948
commit
1550c1965a
@ -378,8 +378,7 @@ class TableAPI final : public BaseAPI
|
||||
util::json::Number(from_alias<double>(duration) / 10.));
|
||||
});
|
||||
|
||||
util::json::Value tmp{json_row};
|
||||
json_table.values.push_back(std::move(tmp));
|
||||
json_table.values.push_back(util::json::Value{json_row});
|
||||
}
|
||||
return json_table;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user