Merge pull request 'conflict-test-feat-20240117-001' (#105) from conflict-test-feat-20240117-001 into test
Reviewed-on: #105
This commit is contained in:
commit
24e55a6407
|
@ -112,7 +112,7 @@ func NewService() *Service {
|
|||
func (s *Service) Init(c any) (err error) {
|
||||
cfg, ok := c.(*conf.ConfigSt)
|
||||
if !ok {
|
||||
err = errors.New("cfg struct type not expected")
|
||||
err = errors.New("cfg struct type not expected ")
|
||||
logger.Error("service init, err: %v", err)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue