Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rybmat committed Oct 30, 2017
1 parent e83e149 commit c2a4932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastboot-server/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const serializers = {
});

if (typeof req['x-original-host'] !== 'undefined') {
serializedReq['host'] = req['x-original-host'];
serializedReq.host = req['x-original-host'];
}

return serializedReq;
Expand Down

0 comments on commit c2a4932

Please sign in to comment.