chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-04-05 10:42:21 -06:00
parent d23f757c1f
commit 32f309b41d
53 changed files with 364 additions and 53 deletions

View File

@@ -92,7 +92,6 @@
};
const exportHandler = async () => {
const _feedbacks = await exportAllFeedbacks(localStorage.token).catch((err) => {
toast.error(err);
return null;