Skip to content

Commit

Permalink
Merge branch 'master' into NOISSUE-BUG-listshared
Browse files Browse the repository at this point in the history
  • Loading branch information
drasko committed Jul 11, 2023
2 parents 283268b + cc0b90a commit a4d10e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
2 changes: 0 additions & 2 deletions cmd/users/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import (
gtracing "github.com/mainflux/mainflux/users/groups/tracing"
"github.com/mainflux/mainflux/users/hasher"
"github.com/mainflux/mainflux/users/jwt"
jtracing "github.com/mainflux/mainflux/users/jwt/tracing"
"github.com/mainflux/mainflux/users/policies"
papi "github.com/mainflux/mainflux/users/policies/api"
grpcapi "github.com/mainflux/mainflux/users/policies/api/grpc"
Expand Down Expand Up @@ -189,7 +188,6 @@ func newService(ctx context.Context, db *sqlx.DB, tracer trace.Tracer, c config,
logger.Error(fmt.Sprintf("failed to parse refresh token duration: %s", err.Error()))
}
tokenizer := jwt.NewRepository([]byte(c.SecretKey), aDuration, rDuration)
tokenizer = jtracing.New(tokenizer, tracer)

emailer, err := emailer.New(c.ResetURL, &ec)
if err != nil {
Expand Down
12 changes: 0 additions & 12 deletions users/jwt/tracing/doc.go

This file was deleted.

47 changes: 0 additions & 47 deletions users/jwt/tracing/tracing.go

This file was deleted.

0 comments on commit a4d10e9

Please sign in to comment.