Skip to content

Commit

Permalink
fix nil error, NodeStatus won't have an error when loading from etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
tonicmuroq committed Mar 3, 2021
1 parent f44a0e0 commit da065cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ func (v *Vibranium) GetNodeStatus(ctx context.Context, opts *pb.GetNodeStatusOpt
Nodename: status.Nodename,
Podname: status.Podname,
Alive: status.Alive,
Error: status.Error.Error(),
}, nil
}

Expand Down

0 comments on commit da065cf

Please sign in to comment.