Skip to content

Commit 20c1822

Browse files
committed
fix
1 parent 8743ed2 commit 20c1822

File tree

1 file changed

+1
-3
lines changed
  • components/public-api-server/pkg/apiv1

1 file changed

+1
-3
lines changed

components/public-api-server/pkg/apiv1/user.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ func (s *UserService) GetAuthenticatedUser(ctx context.Context, req *connect.Req
4141
return nil, proxy.ConvertError(err)
4242
}
4343
log.AddFields(ctx, logrus.Fields{
44-
"user.id": user.ID,
45-
"user.blocked": user.Blocked,
46-
"user.prividged": user.Privileged,
44+
"user.id": user.ID,
4745
})
4846

4947
response := userToAPIResponse(user)

0 commit comments

Comments
 (0)