Skip to content

Conversation

@ToastedDev
Copy link
Contributor

another self explanatory pr, just fixes most of the typescript and eslint errors
some of them I had to // eslint-disable-next-line because there's no other fix for it

@ToastedDev ToastedDev requested a review from GalvinPython as a code owner July 13, 2024 13:55
}),
},
);
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to fix at some point

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah there needs to be a real type for it, i'll try to see if there's a type for it in d.js or @d.js/rest


app.get("/", async (_req, res) => {
// TODO: handle error
// eslint-disable-next-line @typescript-eslint/no-unused-vars
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to fix at some point

Copy link
Contributor Author

@ToastedDev ToastedDev Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could maybe return 500 if it errors? but then we would need an error page...

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll handle the error page stuff 👍

Copy link
Owner

@GalvinPython GalvinPython left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing the eslint issues. Don't want to have the ignore comments, but that's for another time

@GalvinPython GalvinPython merged commit a9f500d into GalvinPython:dev Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants