mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +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,
|
to: p.email,
|
||||||
props: {
|
props: {
|
||||||
name: p.name,
|
name: p.name,
|
||||||
pollUrl: ctx.absoluteUrl(`/poll/${poll.id}`),
|
pollUrl: ctx.absoluteUrl(`/invite/${poll.id}`),
|
||||||
location: poll.location,
|
location: poll.location,
|
||||||
title: poll.title,
|
title: poll.title,
|
||||||
hostName: poll.user?.name ?? "",
|
hostName: poll.user?.name ?? "",
|
||||||
|
|
Loading…
Add table
Reference in a new issue