Skip to content
Snippets Groups Projects
Verified Commit 12c622e2 authored by Malte Bauch's avatar Malte Bauch
Browse files

WIP

parent 59e3ab15
No related branches found
No related tags found
No related merge requests found
Pipeline #189166 passed
......@@ -410,7 +410,7 @@ func (s *Server) Set(ctx context.Context, req *pb.SetRequest) (*pb.SetResponse,
return nil, status.Errorf(codes.Aborted, "error in applying operation to device: %v", applyErr)
}
s.config.Data = valNewConfig
//s.config.Data = valNewConfig
// notify subscribers about the changes
err = s.PublishNotificationsToSubscribers(diff)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment