CodingGarden / listd

listd is a Full Stack App that will allow users to create, share and watch lists of YouTube channels. This app is being built LIVE on Twitch https://twitch.tv/codinggarden
https://twitch.tv/codinggarden
MIT License
190 stars 53 forks source link

Remove ts ignore and add types for custom prisma adapter #56

Closed Kibujiro closed 1 year ago

Kibujiro commented 1 year ago

A custom adapter for Auth.js was used but the type was not valid and therefore ignored by @ts-ignore.

What type of Pull Request is this?

Delete all options except for the one that applies

What is the current behavior?

The error is ignored by @ts-ignore.

What is the new behavior?

@ts-ignore is removed and the type is added to have valid type validation.

w3cj commented 1 year ago

💚