Skip to content

Commit a41d389

Browse files
authored
Update rpc.ts
Signed-off-by: kilavvy <[email protected]>
1 parent 514c1a8 commit a41d389

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/rpc

1 file changed

+1
-1
lines changed

packages/thirdweb/src/rpc/rpc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export function getRpcClient(
218218
reject = reject_;
219219
});
220220
inflightRequests.set(requestKey, promise);
221-
// @ts-expect-error - they *are* definitely assgined within the promise constructor
221+
// @ts-expect-error - they *are* definitely assigned within the promise constructor
222222
pendingBatch.push({ request, resolve, reject, requestKey });
223223
if (batchSize > 1) {
224224
// if there is no timeout, set one

0 commit comments

Comments
 (0)