We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760efee commit 53a0bb9Copy full SHA for 53a0bb9
agent/agentsocket/service.go
@@ -37,7 +37,6 @@ func (s *DRPCAgentSocketService) SyncStart(_ context.Context, req *proto.SyncSta
37
}
38
39
if err := s.unitManager.Register(req.Unit); err != nil {
40
- // If already registered, that's okay - we can still update status
41
if !errors.Is(err, unit.ErrUnitAlreadyRegistered) {
42
return &proto.SyncStartResponse{}, nil
43
0 commit comments