Fix mucp service option passing

This commit is contained in:
Asim Aslam 2019-08-20 16:48:09 +01:00
parent ac2a5a04a2
commit dfbd730b8c

View File

@ -17,5 +17,5 @@ func NewService(opts ...micro.Option) micro.Service {
options = append(options, opts...)
return micro.NewService(opts...)
return micro.NewService(options...)
}