Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra committed Jan 29, 2025
1 parent 02f9a51 commit c94ae6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ export const downloadFile = async ({
}

try {
const response = await fetch(url, {
cache: 'no-store',
});
const response = await fetch(url, { cache: 'no-store' });

if (!response.ok) {
throw new Error(`Download failed: ${response.status}`);
Expand Down

0 comments on commit c94ae6f

Please sign in to comment.