DevClad-Inc / devclad

Argument redefined from local PYL-R1704
Anti-pattern
Major
a year agoa year old
Redefining argument with the local name 'username'
169            match operation:
170                case "add":
171                    matches_this_week = request_user_profile.matches_this_week.all()
172                    for username in request.data["circle"]:173                        user_profile = SocialProfile.objects.get(
174                            user__username=username
175                        )