Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Oct 2, 2024
1 parent 2528e15 commit aac0a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/WebStatusService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ bool WebStatusService::exportData(JsonObject root, std::string & type) {
} else if (type == "entities") {
System::extractSettings(EMSESP_CUSTOMENTITY_FILE, "Entities", root);
} else if (type == "allvalues") {
root.clear(); // don't need the "type" key
root.clear(); // don't need the "type" key added to the output
allvalues(root);
} else {
return false;
Expand Down

0 comments on commit aac0a37

Please sign in to comment.