Skip to content

Commit

Permalink
Fox formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Nov 16, 2019
1 parent 06bac1e commit 016d699
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/legacy/server/http/version_check.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ export function setupVersionCheck(server, config) {
if (versionRequested && versionRequested !== actualVersion) {
throw badRequest(
`Browser client is out of date, please refresh the page ("${versionHeader}" header was "${versionRequested}" but should be "${actualVersion}")`,
{
expected: actualVersion,
got: versionRequested,
}
{ expected: actualVersion, got: versionRequested }
);
}

Expand Down

0 comments on commit 016d699

Please sign in to comment.