diff --git a/HashCacheClient.js b/HashCacheClient.js index 7de41d7..d59d05c 100644 --- a/HashCacheClient.js +++ b/HashCacheClient.js @@ -3,9 +3,10 @@ var request = require('./BetterRequest'); class HashCacheClient { - constructor(host, credentials) { + constructor(host, credentials, info) { this.host = host this.credentials = credentials + this.info = info; this.linkedList = this.linkedList.bind(this) }