We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514c1a8 commit a41d389Copy full SHA for a41d389
packages/thirdweb/src/rpc/rpc.ts
@@ -218,7 +218,7 @@ export function getRpcClient(
218
reject = reject_;
219
});
220
inflightRequests.set(requestKey, promise);
221
- // @ts-expect-error - they *are* definitely assgined within the promise constructor
+ // @ts-expect-error - they *are* definitely assigned within the promise constructor
222
pendingBatch.push({ request, resolve, reject, requestKey });
223
if (batchSize > 1) {
224
// if there is no timeout, set one
0 commit comments