This commit is contained in:
2026-04-08 02:21:55 +02:00
parent da0411f5d1
commit 30784fa756
@@ -62,7 +62,6 @@ public class HomeBoxConnectionProvider implements ConnectionProvider {
@Override
public void updateToRepository(ConnectionEntity existing, ConnectionResponse response) {
if (existing instanceof HomeboxEntity hbE) {
hbE.setToken(response.token());