This commit is contained in:
J. Nick Koston
2025-06-07 05:20:17 -05:00
parent da6520586c
commit c6f605ce96

View File

@@ -349,7 +349,7 @@ void APIServer::on_lock_update(lock::Lock *obj) {
if (obj->is_internal())
return;
for (auto &c : this->clients_)
c->send_lock_state(obj, obj->state);
c->send_lock_state(obj);
}
#endif