Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2023
1 parent a3c1c88 commit e31b966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/transports/email/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def jsonld_event_reservation(rsvp: Rsvp) -> dict[str, object]:
'performer': {
'@type': 'Organization',
'name': rsvp.project.account.title,
'image': rsvp.project.account.logo_url
'image': rsvp.project.account.logo_url,
},
},
'numSeats': '1',
Expand Down

0 comments on commit e31b966

Please sign in to comment.