Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Mar 7, 2024
1 parent ab97e8a commit 30402be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/utils/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class Downloader {
})
.catch((err: unknown) => {
callback({ error: `Something went wrong while trying to rename downloaded file: ${String(err)}.` });
})
});
});
stream.on('error', e => {
callback({
Expand Down

0 comments on commit 30402be

Please sign in to comment.