Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed May 20, 2024
1 parent f6b171e commit df7e56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/actions/runtime/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const onRequest = defineMiddleware(async (context, next) => {
status: result.error.status,
statusText: result.error.name,
headers: response.headers,
})
});
}
return response;
});
Expand Down

0 comments on commit df7e56c

Please sign in to comment.