Skip to content

Commit

Permalink
Scanned contacts are a list
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Jul 13, 2024
1 parent 132c0fc commit 0e605bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/models/sync_ticket.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class TicketParticipant(
grants_via={None: project_child_role_map},
)

scanned_contacts: Mapped[ContactExchange] = with_roles(
scanned_contacts: Mapped[list[ContactExchange]] = with_roles(
relationship(passive_deletes=True, back_populates='ticket_participant'),
grants_via={'account': {'scanner'}},
)
Expand Down

0 comments on commit 0e605bb

Please sign in to comment.