Merge branch 'staging' into trim-history

This commit is contained in:
ansuz
2020-01-15 15:46:35 -05:00
26 changed files with 549 additions and 121 deletions

View File

@@ -41,7 +41,7 @@ nThen((waitFor) => {
pinned = Pins.calculateFromLog(content.toString('utf8'), f);
}));
}).nThen((waitFor) => {
Pinned.load(waitFor((d) => {
Pinned.load(waitFor((err, d) => {
data = Object.keys(d);
}), {
exclude: [edPublic + '.ndjson']