Skip to content

Commit f090239

Browse files
biozalCopilot
andauthored
Update src/hooks/useDataDirectoryExport.ts
Co-authored-by: Copilot <[email protected]>
1 parent 8b11cc9 commit f090239

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hooks/useDataDirectoryExport.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export const useDataDirectoryExport = (ditto: Ditto): UseDataDirectoryExportResu
3939
setIsExporting(true);
4040
setError(null);
4141
setCleanupWarning(null);
42-
43-
4442
// Generate filename with timestamp
4543
const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
4644
const zipFileName = `ditto-data-${timestamp}.zip`;

0 commit comments

Comments
 (0)