mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 18:29:52 +03:00
lint fixing
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user