diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-09-09 14:45:16 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-09-09 14:45:16 +0200 |
commit | 26cfa5aae40dc191017951312ad04a479d05590c (patch) | |
tree | ab361fb8e4578470f29086e1be6bfde7fbb29493 /lib/getUserIndex.js | |
parent | 29f35540bac3f3c8ad0043d03758142267bcef9a (diff) |
fixed OC build with use strict
Diffstat (limited to 'lib/getUserIndex.js')
-rw-r--r-- | lib/getUserIndex.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/getUserIndex.js b/lib/getUserIndex.js index fc737ab..07b914a 100644 --- a/lib/getUserIndex.js +++ b/lib/getUserIndex.js @@ -1,3 +1,5 @@ +'use strict' + const Promise = require('bluebird') const cheerio = require('cheerio') const request = Promise.promisify(require('request')) |