Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 4, 2023
1 parent 413cc70 commit cb47abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion session/manager_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func (s *ManagerHTTP) UpsertAndIssueCookie(ctx context.Context, w http.ResponseW
ctx, span := s.r.Tracer(ctx).Tracer().Start(ctx, "sessions.ManagerHTTP.UpsertAndIssueCookie")
defer otelx.End(span, &err)

isNew := ss.ID == uuid.Nil
if err := s.r.SessionPersister().UpsertSession(ctx, ss); err != nil {
return err
}
Expand Down

0 comments on commit cb47abc

Please sign in to comment.