Invalid `prisma.hosting_ticket.update()` invocation in
D:\Coding\Birdflop\botflop-panel\src\functions\tickets\createTicket.ts:84:33
82
83 try {
→ 84 await prisma.hosting_ticket.update(
An operation failed because it depends on one or more records that were required but not found. Record to update not found.
at In.handleRequestError (D:\Coding\Birdflop\botflop-panel\node_modules\.pnpm\@[email protected][email protected]\node_modules\@prisma\client\runtime\library.js:122:6877)
at In.handleAndLogRequestError (D:\Coding\Birdflop\botflop-panel\node_modules\.pnpm\@[email protected][email protected]\node_modules\@prisma\client\runtime\library.js:122:6211)
at In.request (D:\Coding\Birdflop\botflop-panel\node_modules\.pnpm\@[email protected][email protected]\node_modules\@prisma\client\runtime\library.js:122:5919)
at async l (D:\Coding\Birdflop\botflop-panel\node_modules\.pnpm\@[email protected][email protected]\node_modules\@prisma\client\runtime\library.js:127:11167) at async createTicket (D:\Coding\Birdflop\botflop-panel\src\functions\tickets\createTicket.ts:84:5)
at async Object.execute (D:\Coding\Birdflop\botflop-panel\src\modals\ticket\create_hosting.ts:13:17)