Browse Source

Update index.js

master
Kiko Beats 3 years ago
committed by GitHub
parent
commit
f9a4fea37e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/keyv/src/index.js

3
packages/keyv/src/index.js

@ -14,9 +14,6 @@ class Keyv extends EventEmitter {
},
options
);
if (options.namespace === false || options.namespace === null || options.namespace === '') {
this.options.namespace = undefined;
}
this.store = this.options.store;
this.store.namespace = this.options.namespace;

Loading…
Cancel
Save