Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 26, 2024
1 parent e3907f4 commit 0b5f18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedbadges/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _search_user(email):

if not result:
return None
return result[0]
return result[0]["username"]


def datanommer_has_message(msg_id: str, since: datetime.datetime | None = None):
Expand Down

0 comments on commit 0b5f18d

Please sign in to comment.