fix sandbox

This commit is contained in:
Andrey Zimin
2024-05-15 18:57:16 +03:00
parent 04de2af292
commit f6584c2d9e
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ auto main(int argc, char *argv[]) -> int
hack::log()("JSON sting", query); hack::log()("JSON sting", query);
nlohmann::json js { "test", "data" }; 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); hack::log()("JSON", query);
query = hack::utils::make_query("super_function"); query = hack::utils::make_query("super_function");

Submodule sandbox/subprojects/hack updated: 478e417dc1...04de2af292