Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: flakey5 <[email protected]>
  • Loading branch information
flakey5 committed Nov 8, 2024
1 parent b0b37ee commit 12825b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/r2Middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async function getFile(
return new Response(undefined, { status: 416 });
}

ctx.sentry.captureException(err)
ctx.sentry.captureException(err);
throw err;
}

Expand Down

0 comments on commit 12825b7

Please sign in to comment.