mirror of
				https://github.com/go-micro/go-micro.git
				synced 2025-10-30 23:27:41 +02:00 
			
		
		
		
	Fix mucp service option passing
This commit is contained in:
		| @@ -17,5 +17,5 @@ func NewService(opts ...micro.Option) micro.Service { | ||||
|  | ||||
| 	options = append(options, opts...) | ||||
|  | ||||
| 	return micro.NewService(opts...) | ||||
| 	return micro.NewService(options...) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user