lint fixing

This commit is contained in:
proddy
2024-06-12 20:57:50 +02:00
parent 07dbe7d260
commit 53837e36b4
13 changed files with 91 additions and 54 deletions

View File

@@ -81,7 +81,7 @@ StateUpdateResult WebModules::update(JsonObject root, WebModules & webModules) {
auto enable = module["enabled"].as<bool>();
if (!moduleLibrary.enable(key, license, enable)) {
return StateUpdateResult::ERROR;
return StateUpdateResult::ERROR; // throw a 400 error
}
}
}