mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore: enable lint rule noTsIgnore (#4296)
This commit is contained in:
@@ -34,7 +34,6 @@ export default async function Page({
|
||||
const { slug } = await params;
|
||||
const page = changelogs.getPage(slug);
|
||||
if (!slug) {
|
||||
//@ts-ignore
|
||||
return <ChangelogPage />;
|
||||
}
|
||||
if (!page) {
|
||||
|
||||
Reference in New Issue
Block a user