Skip to content

Commit

Permalink
Included next in readFile function to include setting local variables…
Browse files Browse the repository at this point in the history
… from client link
  • Loading branch information
Raistlfiren committed Feb 15, 2017
1 parent e08de23 commit 673e3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ exports.getLatestClientRelease = function(req, res, next) {

locals.client_download_link = clientLink.client_link;
locals.downlords_faf_client_download_link = clientLink.downlords_faf_client_link;
});

next();
next();
});
};

exports.clientChecks = function(req, res, next) {
Expand Down

0 comments on commit 673e3aa

Please sign in to comment.