Skip to content

Commit

Permalink
fix: typo in middleware dir name (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
pboros committed Aug 1, 2022
1 parent 0c2ec34 commit 49df8cb
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion server/muxer/grpc.go
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/soheilhy/cmux"
"github.com/tigrisdata/tigris/server/config"
"github.com/tigrisdata/tigris/server/metadata"
middleware "github.com/tigrisdata/tigris/server/midddleware"
"github.com/tigrisdata/tigris/server/middleware"
"github.com/tigrisdata/tigris/server/transaction"
"google.golang.org/grpc"
"google.golang.org/grpc/reflection"
Expand Down
2 changes: 1 addition & 1 deletion server/muxer/http.go
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/soheilhy/cmux"
"github.com/tigrisdata/tigris/server/config"
"github.com/tigrisdata/tigris/server/metadata"
middleware "github.com/tigrisdata/tigris/server/midddleware"
"github.com/tigrisdata/tigris/server/middleware"
"github.com/tigrisdata/tigris/server/transaction"
)

Expand Down
2 changes: 1 addition & 1 deletion server/services/v1/sessions.go
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/rs/zerolog/log"
api "github.com/tigrisdata/tigris/api/server/v1"
"github.com/tigrisdata/tigris/server/metadata"
middleware "github.com/tigrisdata/tigris/server/midddleware"
"github.com/tigrisdata/tigris/server/middleware"
"github.com/tigrisdata/tigris/server/request"
"github.com/tigrisdata/tigris/server/transaction"
"github.com/tigrisdata/tigris/store/kv"
Expand Down

0 comments on commit 49df8cb

Please sign in to comment.