working commit
This commit is contained in:
@@ -9,6 +9,6 @@ import (
|
||||
func (hand *Handler) GetHello(ctx context.Context, params *mbctl.GetHelloParams) (*mbctl.GetHelloResult, error) {
|
||||
var err error
|
||||
hand.log.Debugf("Handle getHello call")
|
||||
res, err := hand.lg.GetHello(ctx, params)
|
||||
res, err := hand.oper.GetHello(ctx, params)
|
||||
return res, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user