Closed Kibujiro closed 1 year ago
A custom adapter for Auth.js was used but the type was not valid and therefore ignored by @ts-ignore.
@ts-ignore
Delete all options except for the one that applies
The error is ignored by @ts-ignore.
@ts-ignore is removed and the type is added to have valid type validation.
💚
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.