Skip to content

Commit 0962517

Browse files
committed
Clean up imports.
1 parent 1cf5396 commit 0962517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/console_authenticate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ import (
2020
"database/sql"
2121
"errors"
2222
"fmt"
23-
"github.com/gofrs/uuid"
24-
"google.golang.org/protobuf/types/known/emptypb"
2523
"time"
2624

25+
"github.com/gofrs/uuid"
2726
jwt "github.com/golang-jwt/jwt/v4"
2827
"github.com/heroiclabs/nakama/v3/console"
2928
"github.com/jackc/pgtype"
3029
"go.uber.org/zap"
3130
"golang.org/x/crypto/bcrypt"
3231
"google.golang.org/grpc/codes"
3332
"google.golang.org/grpc/status"
33+
"google.golang.org/protobuf/types/known/emptypb"
3434
)
3535

3636
type ConsoleTokenClaims struct {

0 commit comments

Comments
 (0)