update to latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2022-06-27 00:39:51 +03:00
parent d34ce4f314
commit 4c0ca3664a

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
}