fix: fix linting issues

This commit is contained in:
Krrish Dholakia 2023-12-02 19:29:53 -08:00
parent 6b1b1b82cf
commit 492c9043f6
2 changed files with 9 additions and 10 deletions

View file

@ -65,7 +65,7 @@ class PrismaClient:
where={
"token": hashed_token
},
data={**data}
data={**data} # type: ignore
)
return {"token": token, "data": data}