Skip to content

Commit

Permalink
learn to spell
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Oct 2, 2024
1 parent b7fbc96 commit 1b046dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teams/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def update_team_lead_permissions(self, deleted=False):
codename=f"{self.team.slug}_team_lead",
content_type=ContentType.objects.get_for_model(CampPermission),
)
except Permision.DoesNotExist:
except Permission.DoesNotExist:
logger.error(f"team lead permission not found for {self.team}")
return
if self.approved and self.lead and not deleted:
Expand Down

0 comments on commit 1b046dd

Please sign in to comment.