diff --git a/pwiki/store/base.js b/pwiki/store/base.js index 8855298..b405df5 100755 --- a/pwiki/store/base.js +++ b/pwiki/store/base.js @@ -1061,7 +1061,7 @@ module.MetaStore = { var stores = await Promise.iter( Object.entries(this.substores ?? {}) .map(function([path, store]){ - return store.paths() + return store.xpaths .iter() .map(function(s){ return pwpath.join(path, s) }) }))