fix sandbox
This commit is contained in:
parent
04de2af292
commit
f6584c2d9e
@ -90,7 +90,7 @@ auto main(int argc, char *argv[]) -> int
|
||||
hack::log()("JSON sting", query);
|
||||
|
||||
nlohmann::json js { "test", "data" };
|
||||
query = hack::utils::make_query<nlohmann::json>("super_function", 1'000'000, 123.3f, js);
|
||||
query = hack::utils::make_query("super_function", 1'000'000, 123.3f, js);
|
||||
hack::log()("JSON", query);
|
||||
|
||||
query = hack::utils::make_query("super_function");
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 478e417dc12c27b2029fa81c5e2c9b08ae5fd01f
|
||||
Subproject commit 04de2af292e52e6e48c1bffb08616dbf3f712c3b
|
Loading…
Reference in New Issue
Block a user