Skip to content

Commit

Permalink
fix(editor): 🐛 Attempt to fix collaboration invitation email
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 30, 2022
1 parent bc803fc commit 6e5f507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/pages/api/typebots/[typebotId]/invitations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
})
} else
await prisma.invitation.create({
data: { email: email.toLowerCase(), type, typebotId },
data: { email: email.toLowerCase().trim(), type, typebotId },
})
if (env('E2E_TEST') !== 'enabled')
await sendEmailNotification({
Expand Down

4 comments on commit 6e5f507

@vercel
Copy link

@vercel vercel bot commented on 6e5f507 Jun 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viewer-v2-alpha – ./apps/viewer

bt.id8rs.com
sat.cr8.ai
vhpage.cr8.ai
bot.aws.bj
apo.nigerias.io
apr.nigerias.io
aso.nigerias.io
ar.nigerias.io
am.nigerias.io
an.nigerias.io
chat.sureb4.com
eventhub.com.au
clo.closeer.work
bot.upfunnel.art
feedback.ofx.one
bot.piccinato.co
sakuranembro.it
faqs.nigerias.io
games.klujo.com
stan.vselise.com
bot.agfunnel.tech
voicehelp.cr8.ai
bot.maitempah.com
app.chatforms.net
gentleman-shop.fr
ov2.wpwakanda.com
ov3.wpwakanda.com
admin.applepie.pro
sell.applepie.pro
ov1.wpwakanda.com
this-is-a-test.com
goalsettingbot.com
bot.eventhub.com.au
zap.techadviser.in
bot.ansuraniphone.my
typebot.stillio.com
forms.webisharp.com
bot.cotemeuplano.com
order.maitempah.com
chat.hayurihijab.com
abutton.wpwakanda.com
bot.incusservices.com
bbutton.wpwakanda.com
get.freebotoffer.xyz
chat.missarkansas.org
bot.meuesocial.com.br
sbutton.wpwakanda.com
cdd.searchcube.com.sg
bbutton.wpwwakanda.com
apply.ansuraniphone.my
c23111azqw.nigerias.io
felipewelington.com.br
form.searchcube.com.sg
gcase.barrettamario.it
info.clickasuransi.com
kodawariab736.skeep.it
bot.upgradesolutions.eu
view.onlinebotdemo.xyz
83242573.actualizar.xyz
subfooter.wpwakanda.com
mainmenu.diddancing.com
form.sergiolimajr.com.br
91181264.your-access.one
hunterbot.saleshunter.ai
type.dericsoncalari.com.br
aibot.angrybranding.co.uk
boyfriend-breakup.riku.ai
type.opaulovieira.com.br
bot.cabinrentalagency.com
designguide.techyscouts.com
presente.empresarias.com.mx
piazzatorre.barrettamario.it
type.talitasouzamarques.com.br
onboarding.libertydreamcare.ie
bot.comercializadoraomicron.com
bookings.littlepartymonkeys.com
preagendamento.sergiolimajr.com.br
agendamento.sergiolimajr.com.br
personal-trainer.barrettamario.it
studiotecnicoimmobiliaremerelli.it
viewer-v2-alpha-typebot-io.vercel.app
viewer-v2-alpha-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6e5f507 Jun 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs.typebot.io
docs-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6e5f507 Jun 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6e5f507 Jun 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

app.typebot.io
builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app

Please sign in to comment.