remove non-required return in updatenodehandler

This commit is contained in:
Christoph Kluge
2026-02-05 15:18:01 +01:00
parent 84d7a7aa7d
commit 4d13c37008

View File

@@ -198,7 +198,6 @@ func (r *NodeRepository) UpdateNodeState(hostname string, cluster string, nodeSt
}
cclog.Debugf("Added node '%s' to database", hostname)
return nil
} else {
cclog.Warnf("Error while querying node '%v' from database", id)
return err