From 05c91000e165fbca440ca60f42f0748feff8fd8c Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 7 Apr 2023 01:32:53 -0400 Subject: [PATCH] *Fix api call --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c401479..748fe92 100644 --- a/index.js +++ b/index.js @@ -875,7 +875,7 @@ module.exports = class Protomux { } const info = await this.stream.syncProtomux( - "infos", + "pullInfos", Array.from(this._infos.entries()) );