Skip to content

Commit

Permalink
Fix formatting lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Oct 30, 2024
1 parent f979522 commit 28cb942
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/apps/photos/src/utils/file/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,7 @@ async function downloadFileDesktop(
file.metadata.title,
fs.exists,
);
await writeStream(
electron,
`${downloadDir}/${fileExportName}`,
stream,
);
await writeStream(electron, `${downloadDir}/${fileExportName}`, stream);
}
}

Expand Down

0 comments on commit 28cb942

Please sign in to comment.