Revert "*Update dist"

This reverts commit 91a37ac935.
This commit is contained in:
Derrick Hammer 2022-07-20 18:45:10 -04:00
parent 91a37ac935
commit 34d96e94f9
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -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;