mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 10:16:32 +02:00
🐛 Fix invite link in email template
This commit is contained in:
parent
21ac4a3b38
commit
db8655aab9
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ export const polls = router({
|
|||
to: p.email,
|
||||
props: {
|
||||
name: p.name,
|
||||
pollUrl: ctx.absoluteUrl(`/poll/${poll.id}`),
|
||||
pollUrl: ctx.absoluteUrl(`/invite/${poll.id}`),
|
||||
location: poll.location,
|
||||
title: poll.title,
|
||||
hostName: poll.user?.name ?? "",
|
||||
|
|
Loading…
Add table
Reference in a new issue