fix: prevent sync spam

This commit is contained in:
2026-06-19 04:42:59 -03:00
parent c2b94bec4a
commit 4617d6c9fa
3 changed files with 43 additions and 49 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ export default function Home() {
}, []);
/*
profile handling
*/
profile handling
*/
const handleDownload = () => {
const blob = new Blob([importText], { type: 'application/json' });
const url = URL.createObjectURL(blob);