fix
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
e9e861a688
commit
2fed9ecbeb
@ -20,7 +20,6 @@ func LookupRoute(ctx context.Context, req Request, opts CallOptions) ([]string,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if opts.Router == nil {
|
if opts.Router == nil {
|
||||||
fmt.Printf("%#+v\n", opts)
|
|
||||||
return nil, router.ErrRouteNotFound
|
return nil, router.ErrRouteNotFound
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user