Skip to content

Commit

Permalink
Merge branch 'jsonld-fix' of https://github.com/hasgeek/funnel into j…
Browse files Browse the repository at this point in the history
…sonld-fix
  • Loading branch information
vidya-ram committed Nov 29, 2023
2 parents 3c0168a + e31b966 commit e7e05f2
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 @@ -123,7 +123,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,
},
},
'modifyReservationUrl': rsvp.project.absolute_url,
Expand Down

0 comments on commit e7e05f2

Please sign in to comment.