n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.54k stars 253 forks source link

Prisma type conversion upon bot integration creation #119

Closed hutli closed 8 months ago

hutli commented 8 months ago

I realised that I was not converting the string to bool upon bot creation in prisma so I've updated that code here. I missed this as I have not actually tried to use the code from "fresh" .

Also this spawned a new type-error highligting a problem with errors returned from discord bot handler - so I fixed that too. Sorry for not catching this in the previous pull request.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dialoqbase-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 20, 2023 11:56am
n4ze3m commented 8 months ago

It's okay. I already fixed that issue locally

hutli commented 8 months ago

Perfect, thank you!

hutli commented 8 months ago

You are more than welcome to just close this pull request then.