Auth: Pass ctx when updating last seen (#88496)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
@@ -313,7 +313,7 @@ func shouldUpdateLastSeen(t time.Time) bool {
|
||||
}
|
||||
|
||||
func (s *Service) GetSignedInUser(ctx context.Context, query *user.GetSignedInUserQuery) (*user.SignedInUser, error) {
|
||||
ctx, span := s.tracer.Start(ctx, "user.GetSignedInUserWithCacheCtx", trace.WithAttributes(
|
||||
ctx, span := s.tracer.Start(ctx, "user.GetSignedInUser", trace.WithAttributes(
|
||||
attribute.Int64("userID", query.UserID),
|
||||
attribute.Int64("orgID", query.OrgID),
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user