Skip to content

Commit

Permalink
fix: tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Jan 23, 2025
1 parent fc75090 commit 9b6a45c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def assign_agents_to_default_team(apps, schema_editor): # pragma: no cover
class Migration(migrations.Migration):

dependencies = [
("orgs", "0153_invitation_role_code_invitation_team_and_more")
("tickets", "0068_backfill_default_teams"),
("orgs", "0153_invitation_role_code_invitation_team_and_more"),
("tickets", "0068_backfill_default_teams")
]

operations = [
Expand Down

0 comments on commit 9b6a45c

Please sign in to comment.