Skip to content

Commit 67aad97

Browse files
committed
Update JSDocs
1 parent 3d275de commit 67aad97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/network-controller/src/NetworkController.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,8 +1568,7 @@ export class NetworkController extends BaseController<
15681568
*
15691569
* @param networkClientId - The ID of the network client to inspect.
15701570
* If no ID is provided, uses the currently selected network.
1571-
* @returns The resulting metadata for the network, or null if the network is
1572-
* switched while the latest block is being fetched.
1571+
* @returns The resulting metadata for the network.
15731572
*/
15741573
async #determineNetworkMetadata(networkClientId: NetworkClientId) {
15751574
// Force TypeScript to use one of the two overloads explicitly

0 commit comments

Comments
 (0)