From 34d96e94f9280e23f908b723fd2cedccb04fead9 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 20 Jul 2022 18:45:10 -0400 Subject: [PATCH] Revert "*Update dist" This reverts commit 91a37ac935131906015025e4b525981a3352bc90. --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 83df7cb..442c8b4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -33,7 +33,7 @@ export class RpcNetwork { }); } async processQueue() { - for (const promise of this._actionQueue.reverse()) { + for (const promise of this._actionQueue) { try { const p = promise(); await p;