Skip to content

Commit

Permalink
fix(network): fix store method typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Oct 8, 2024
1 parent 54b2b57 commit 4f6160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/network-store/src/network.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class NetworkStore {
}
}

private initiateNetworkFromUrlQuery(): Network["id"] {
private initiateNetworkFromUrlQuery(): void {
if (typeof window === "undefined") {
return;
}
Expand Down

0 comments on commit 4f6160d

Please sign in to comment.