Merge pull request #118 from unistack-org/cleanup

update to latest micro
This commit is contained in:
Василий Толстов 2022-06-27 00:42:27 +03:00 committed by GitHub
commit 734d6fa7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,9 +108,6 @@ func (g *grpcServer) configure(opts ...server.Option) error {
if err := g.opts.Tracer.Init(); err != nil {
return err
}
if err := g.opts.Auth.Init(); err != nil {
return err
}
if err := g.opts.Logger.Init(); err != nil {
return err
}