Skip to content

Commit

Permalink
🛂 (builder) Make sure old typebots can't overwrite newer
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Sep 10, 2022
1 parent 4bf47ec commit 1a7c25e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/builder/pages/api/typebots/[typebotId].ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
}
if (req.method === 'PUT') {
const data = typeof req.body === 'string' ? JSON.parse(req.body) : req.body
const existingTypebot = await prisma.typebot.findFirst({
where: canReadTypebot(typebotId, user),
})
if (
existingTypebot &&
existingTypebot?.updatedAt > new Date(data.updatedAt)
)
return res.send({ message: 'Found newer version of typebot in database' })
const typebots = await prisma.typebot.updateMany({
where: canWriteTypebot(typebotId, user),
data: {
Expand Down

5 comments on commit 1a7c25e

@vercel
Copy link

@vercel vercel bot commented on 1a7c25e Sep 10, 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

yobot.me
8jours.top
bot.aipr.kr
finplex.be
minipost.uk
sat.cr8.ai
247987.com
bt.id8rs.com
bot.aws.bj
ns8.vn
ar.nigerias.io
am.nigerias.io
apo.nigerias.io
ticketfute.com
bot.lalmon.com
an.nigerias.io
vhpage.cr8.ai
apr.nigerias.io
aso.nigerias.io
bot.ageenda.com
bot.artiweb.app
bot.tc-mail.com
chat.sureb4.com
games.klujo.com
eventhub.com.au
bot.piccinato.co
sakuranembro.it
typebot.aloe.do
bot.upfunnel.art
botc.ceox.com.br
clo.closeer.work
faqs.nigerias.io
form.syncwin.com
feedback.ofx.one
myrentalhost.com
kw.wpwakanda.com
stan.vselise.com
typebot.aloe.bot
app.chatforms.net
voicehelp.cr8.ai
bot.maitempah.com
bot.agfunnel.tech
bot.reviewzer.com
fmm.wpwakanda.com
k1.kandabrand.com
cares.urlabout.me
gentleman-shop.fr
bot.phuonghub.com
ov1.wpwakanda.com
lb.ticketfute.com
ov2.wpwakanda.com
ov3.wpwakanda.com
bot.megafox.com.br
1988.bouclidom.com
bot.neferlopez.com
andreimayer.com.br
dicanatural.online
cadu.uninta.edu.br
survey.digienge.io
goalsettingbot.com
zap.techadviser.in
this-is-a-test.com
bot.eventhub.com.au
bot.digitalbled.com
carsalesenquiry.com
forms.webisharp.com
order.maitempah.com
nutrisamirbayde.com
typebot.stillio.com
quest.wpwakanda.com
bot.ansuraniphone.my
bium.gratirabbit.com
chat.hayurihijab.com
chatbee.agfunnel.com
bot.cotemeuplano.com
get.freebotoffer.xyz
click.sevenoways.com
connect.growthguy.in
abutton.wpwakanda.com
bbutton.wpwakanda.com
aidigitalmarketing.kr
bot.incusservices.com
bot.meuesocial.com.br
bot.ramonmatos.com.br
chat.missarkansas.org
apply.ansuraniphone.my
aplicacao.bmind.com.br
sbutton.wpwakanda.com
cdd.searchcube.com.sg
bot.louismarcondes.com
c23111azqw.nigerias.io
bbutton.wpwwakanda.com
form.searchcube.com.sg
felipewelington.com.br
gcase.barrettamario.it
info.clickasuransi.com
resume.gratirabbit.com
kodawariab736.skeep.it
report.gratirabbit.com
83242573.actualizar.xyz

@vercel
Copy link

@vercel vercel bot commented on 1a7c25e Sep 10, 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

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

@vercel
Copy link

@vercel vercel bot commented on 1a7c25e Sep 10, 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
docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1a7c25e Sep 10, 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 1a7c25e Sep 10, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.