фикс некорректного ответа QoS

This commit is contained in:
Vladislav Ostapov 2024-11-12 11:07:22 +03:00
parent 00aa17bb37
commit b51e303006

View File

@ -234,7 +234,7 @@ public:
api->setQosSettings(pt);
std::string result = R"({""status":"ok",settings":)";
std::string result = R"({"status":"ok",settings":)";
result += api->loadSettings();
result += "}";
rep.content.insert(rep.content.end(), result.c_str(), result.c_str() + result.size());