Skip to content

Commit

Permalink
Temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Feb 16, 2018
1 parent 56c1a91 commit f7e98bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fetch/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default async function fetchText(
) {
headers.referer = (process.env.NODE_ENV === 'development') ?
'localhost' : os.hostname();
console.log(headers);
const key = `cache:${url}`;
if (typeof ttl === 'string') {
ttl = moment.duration(1, ttl).as('seconds');
Expand Down

0 comments on commit f7e98bc

Please sign in to comment.