From 8678ef62d64b8efc15164c46c943f7f0f57b113e Mon Sep 17 00:00:00 2001 From: Ulf Karlsson Date: Mon, 7 Feb 2022 20:00:10 +0100 Subject: [PATCH] Remove curr.info --- src/utils/updates.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/updates.js b/src/utils/updates.js index d62e58fa..83ac18b3 100644 --- a/src/utils/updates.js +++ b/src/utils/updates.js @@ -129,7 +129,6 @@ export const decodeUpdateV2 = (update, YDecoder = UpdateDecoderV2) => { const lazyDecoder = new LazyStructReader(updateDecoder, false) for (let curr = lazyDecoder.curr; curr !== null; curr = lazyDecoder.next()) { structs.push(curr) - curr.info } return { 'structs': structs,