Skip to content

Commit

Permalink
fix: get tests running again
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jul 26, 2024
1 parent d063c99 commit 398fb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/diagnostic/server/bun/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function handleBunFetch(config, state, req, server) {
if (!exists) {
return new Response('Not Found', { status: 404 });
}
new Response(asset);
return new Response(asset);
});
}
}

0 comments on commit 398fb41

Please sign in to comment.