Skip to content

Commit

Permalink
Fix audio matching buyer challenge broken for verified users (#7161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Jan 11, 2024
1 parent 2d5ea07 commit 4ef09df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def generate_specifier(self, user_id: int, extra: Dict) -> str:
def should_create_new_challenge(
self, session, event: str, user_id: int, extra: Dict
) -> bool:
return does_user_exist_with_verification_status(session, user_id, False)
return True

def should_show_challenge_for_user(self, session: Session, user_id: int) -> bool:
return True
Expand Down

0 comments on commit 4ef09df

Please sign in to comment.