Comparing version 6.0.1 to 6.0.2
@@ -342,3 +342,3 @@ const b4a = require('b4a') | ||
// check if this is a v0 base | ||
const record = await this.getUserData('autobase/system') | ||
const record = await this.local.getUserData('autobase/system') | ||
if (record !== null) { | ||
@@ -345,0 +345,0 @@ this.reindexing = true |
{ | ||
"name": "autobase", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
163293