We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1763683 commit d9ce75fCopy full SHA for d9ce75f
1 file changed
brood/actions.py
@@ -629,11 +629,6 @@ def get_user_with_groups(
629
f"Did not find user with filters username: {username}, email: {email}, "
630
f"id: {user_id}, application_id: {application_id} and web3_address: {web3_address}"
631
)
632
- if len(objects) > 1:
633
- raise Exception(
634
- f"Too many results for user with filters username: {username}, email: {email}, "
635
- f"id: {user_id} and application_id: {application_id} and web3_address: {web3_address}"
636
- )
637
638
user = objects[0][0]
639
groups = []
0 commit comments