Skip to content

Commit

Permalink
Merge pull request #333 from jzelinskie/return-dispatch
Browse files Browse the repository at this point in the history
internal/dispatch: return cachingRedispatch
  • Loading branch information
ecordell committed Dec 10, 2021
2 parents 0fc52b6 + 3d0c3e1 commit 46fe9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dispatch/combined/combined.go
Expand Up @@ -108,5 +108,5 @@ func NewDispatcher(nsm namespace.Manager, ds datastore.Datastore, srv *grpc.Serv

dispatchSvc.RegisterGrpcServices(srv, cachingClusterDispatch)

return cachingClusterDispatch, nil
return cachingRedispatch, nil
}

0 comments on commit 46fe9d1

Please sign in to comment.