From 01bcf69f68764d662dd126ef4ef12fea76629c6b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 18 Mar 2017 19:20:57 +0800 Subject: [PATCH] Keep XO happy --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index ab51c9a..d35720a 100644 --- a/src/index.js +++ b/src/index.js @@ -54,7 +54,7 @@ class Onionoo { // If caching is enabled, check for url in cache return this.options.cache.get(url) .then(cachedResult => { - let options = {}; + const options = {}; // If we have it cached if (cachedResult) {