We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e1055 commit 2253555Copy full SHA for 2253555
1 file changed
services/apps/git_integration/src/crowdgit/services/maintainer/maintainer_service.py
@@ -79,7 +79,7 @@ async def process_maintainer(maintainer: MaintainerInfoItem):
79
github_username = maintainer.github_username
80
email = maintainer.email
81
82
- if github_username == "unknown" and email == "unkown":
+ if github_username == "unknown" and email == "unknown":
83
self.logger.warning("username & email with value 'unknown' aborting")
84
return
85
identity_id = (
0 commit comments