Skip to content

Commit 0a050ef

Browse files
committed
fix rest
1 parent 44d1a0c commit 0a050ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bima.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const (
14-
Version = "v4.1.7"
14+
Version = "v4.1.8"
1515

1616
HighestPriority = 255
1717
LowestPriority = -255

interfaces/rest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Rest struct {
1919
GRpcClient *grpc.ClientConn
2020
}
2121

22-
func (r *Rest) Run(servers []configs.Server) {
22+
func (r *Rest) Run(ctx context.Context, servers []configs.Server) {
2323
r.Middleware.Sort()
2424
r.Router.Sort()
2525

0 commit comments

Comments
 (0)