Skip to content

Commit

Permalink
Revert rpc-selector formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VLegakis committed Jan 9, 2025
1 parent 8572e09 commit a0bc67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/common/lib/rpc_selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class RPCSelector implements RPCSelectorInterface {

const timeoutPromise = new Promise<never>((_, reject) =>
setTimeout(() => reject(
new Error("Request timed out")),
new Error("Request timed out")),
Number(process.env.RPC_REQUEST_TIMEOUT_MS) ?? 7000
),
);
Expand Down

0 comments on commit a0bc67d

Please sign in to comment.