Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions user_scanner/email_scan/social/porn/pornhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ async def _check(email: str) -> Result:
return Result.error(e)


def validate_pornhub(email: str) -> Result:
return _check(email)
async def validate_pornhub(email: str) -> Result:
return await _check(email)