@ztimson/utils 0.26.0 → 0.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -456,7 +456,7 @@ class Cache {
456
456
  const persists = this.options.persistentStorage;
457
457
  if (!!(persists == null ? void 0 : persists.storage)) {
458
458
  if (((_a = persists.storage) == null ? void 0 : _a.constructor.name) == "Database") {
459
- persists.storage.createTable({ name: persists.storage.key, key: this.key }).then((table) => {
459
+ persists.storage.createTable({ name: persists.key, key: this.key }).then((table) => {
460
460
  if (key) {
461
461
  table.set(key, this.get(key));
462
462
  } else {