Skip to content

Commit

Permalink
else and braces
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrencrona committed Nov 5, 2020
1 parent 580a6c5 commit e3202c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app-utils/src/renderer/render/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ export default async function render_page(
if (!error) {
const status = thrown.status || 500;
return render_page(request, context, options, status, thrown);
}
else {
} else {
// oh lawd now you've done it
return {
status: 500,
Expand Down

0 comments on commit e3202c1

Please sign in to comment.