Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mewtaylor committed Apr 26, 2017
1 parent 905fe8a commit ff0c5ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/configure-fastly.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var route_json = require('../src/routes.json');

const FASTLY_SERVICE_ID = process.env.FASTLY_SERVICE_ID || '';
const S3_BUCKET_NAME = process.env.S3_BUCKET_NAME || '';
const BUCKET_NAME_HEADER_NAME = 'Bucket name';

var fastly = require('./lib/fastly-extended')(process.env.FASTLY_API_KEY, FASTLY_SERVICE_ID);

Expand Down

0 comments on commit ff0c5ea

Please sign in to comment.