Skip to content
Snippets Groups Projects

Resolve "GRPC Init Broken"

Merged Ghost User requested to merge 121-grpc-init-broken into develop
2 files
+ 19
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -41,6 +41,7 @@ func Init(addr string) error {
@@ -41,6 +41,7 @@ func Init(addr string) error {
log.Infof("SBI: %v", sbi)
log.Infof("SBI: %v", sbi)
}
}
}
}
 
viper.WriteConfig()
return nil
return nil
}
}
Loading