Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sutherlanda committed Mar 29, 2019
1 parent 5f01cfb commit 238face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/lib/ExpressApplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class ExpressApplication {
// Log it
console.error(err.stack);

res.status(500).json({message:"Oops that didn't work"});
res.status(500).json({message: "Oops that didn't work"});
});
};

Expand Down

0 comments on commit 238face

Please sign in to comment.