We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected]
/home/nato/Code/github.com/NatoBoram/Leanish/src/lib/buttons/MarkPostAsReadButton.svelte 38:4 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment /home/nato/Code/github.com/NatoBoram/Leanish/src/lib/person/PersonCard.svelte 75:51 error Unsafe argument of type `any` assigned to a parameter of type `number` @typescript-eslint/no-unsafe-argument 79:51 error Unsafe argument of type `any` assigned to a parameter of type `number` @typescript-eslint/no-unsafe-argument 84:22 error Unsafe argument of type `any` assigned to a parameter of type `number` @typescript-eslint/no-unsafe-argument /home/nato/Code/github.com/NatoBoram/Leanish/src/routes/[site]/post/[post]/+page.svelte 58:30 error Unsafe member access .success on an `any` value @typescript-eslint/no-unsafe-member-access ✖ 5 problems (5 errors, 0 warnings)
getSite
auth
The text was updated successfully, but these errors were encountered:
NatoBoram
Successfully merging a pull request may close this issue.
getSite
andauth
LemmyNet/lemmy-js-client#194The text was updated successfully, but these errors were encountered: