This commit is contained in:
A.Unger
2021-11-11 13:14:19 +01:00
parent 0d1c8accf2
commit 6391d94516
6 changed files with 44 additions and 58 deletions
-1
View File
@@ -88,7 +88,6 @@ type SutureService struct {
// NewSutureService creates a new proxy.SutureService
func NewSutureService(cfg *ociscfg.Config) suture.Service {
// inherit common configuration from ocis config parsing.
cfg.Proxy.Commons = cfg.Commons
return SutureService{
cfg: cfg.Proxy,