*Fix api call

This commit is contained in:
Derrick Hammer 2023-04-07 01:32:53 -04:00
parent 2b1789f963
commit 05c91000e1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ module.exports = class Protomux {
}
const info = await this.stream.syncProtomux(
"infos",
"pullInfos",
Array.from(this._infos.entries())
);