use correct function signature for Pinned.load
This commit is contained in:
parent
9f8f6399d8
commit
b5b3e99e56
@ -41,7 +41,7 @@ nThen((waitFor) => {
|
|||||||
pinned = Pins.calculateFromLog(content.toString('utf8'), f);
|
pinned = Pins.calculateFromLog(content.toString('utf8'), f);
|
||||||
}));
|
}));
|
||||||
}).nThen((waitFor) => {
|
}).nThen((waitFor) => {
|
||||||
Pinned.load(waitFor((d) => {
|
Pinned.load(waitFor((err, d) => {
|
||||||
data = Object.keys(d);
|
data = Object.keys(d);
|
||||||
}), {
|
}), {
|
||||||
exclude: [edPublic + '.ndjson']
|
exclude: [edPublic + '.ndjson']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user