Yanis
Results
2
issues of
Yanis
## Description `bindJSON` will panic since version 1.7.0 if JSON body is set to "null" for a POST request. ## How to reproduce ``` package main import ( "fmt" "github.com/gin-gonic/gin"...
### Bug description When calling update, any type can be passed to data: ``` prisma.user.update({ where: { id: 1, }, data: 10, // should trigger a type error }) ```...
bug/2-confirmed
kind/bug
topic: client types
tech/typescript
team/client
topic: update()