mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-20 11:26:30 +00:00
Compiler support: fix issues with registerService function (#104)
- Throwing error if `registerService` was called on a non-initialized peer. - Fix issue with incorrect context being passed to class-based implementations of user services - Fix typo in JSDoc
This commit is contained in:
@ -109,7 +109,7 @@ export interface PeerConfig {
|
||||
*/
|
||||
export interface PeerStatus {
|
||||
/**
|
||||
* Is the peer connected to network or not
|
||||
* Is the peer initialized or not
|
||||
*/
|
||||
isInitialized: Boolean;
|
||||
|
||||
|
Reference in New Issue
Block a user