Skip to content

Conversation

vadimberezniker
Copy link
Member

Keep the membership lookups in a single place.

Keep the membership lookups in a single place.
if db.IsRecordNotFound(err) {
return false, nil
}
u, err := d.env.GetUserDB().GetUserByIDWithoutAuthCheck(ctx, userID)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wish we could not use this method anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants