Browse Source

Keep XO happy

pull/29/head
Luke Childs 8 years ago
parent
commit
01bcf69f68
  1. 2
      src/index.js

2
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) {

Loading…
Cancel
Save