WebApi_dtu: remove trailing whitespace

probably added during conflict resolving. these removed whitespace are
not part of the upstream.
This commit is contained in:
Bernhard Kirchen 2024-09-09 22:28:06 +02:00
parent cdd6f4cf1b
commit 5ea8fbecf9

View File

@ -91,11 +91,11 @@ void WebApiDtuClass::onDtuAdminPost(AsyncWebServerRequest* request)
auto& retMsg = response->getRoot();
if (!(root.containsKey("serial")
if (!(root.containsKey("serial")
&& root.containsKey("pollinterval")
&& root.containsKey("verbose_logging")
&& root.containsKey("nrf_palevel")
&& root.containsKey("cmt_palevel")
&& root.containsKey("verbose_logging")
&& root.containsKey("nrf_palevel")
&& root.containsKey("cmt_palevel")
&& root.containsKey("cmt_frequency")
&& root.containsKey("cmt_country"))) {
retMsg["message"] = "Values are missing!";