satoshipay / solar

🌞 Stellar wallet. Secure and user-friendly.
https://solarwallet.io
MIT License
191 stars 59 forks source link

Fix wrong type declaration of networker #1213

Closed ebma closed 3 years ago

ebma commented 3 years ago

Fixes the wrong type declaration of the spawned networker. Before this, all usages of the networker were marked as an error because the networker has type any due to the wrong type declaration.