fix: eslint errors, switch to using maps

This commit is contained in:
Huskydog9988
2025-04-15 20:04:45 -04:00
parent 3961323cca
commit 0eb29650ca
21 changed files with 158 additions and 159 deletions
+1
View File
@@ -31,6 +31,7 @@ export const fetchNews = async (options?: {
const news = useNews();
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore forget why this ignor exists
const newValue = await $dropFetch(`/api/v1/news?${query.toString()}`);