Skip to content

Commit

Permalink
Get rid of isConnected in atisLetter controller
Browse files Browse the repository at this point in the history
Fixes #87
  • Loading branch information
neilenns committed Jan 10, 2025
1 parent 0e24afc commit 0f16a64
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/controllers/atisLetter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ export class AtisLetterController extends BaseController {
}

//#region Getters and setters
/**
* Gets the isConnected state.
* @returns {boolean} True if the connection status is NetworkConnectionStatus.Connected.
*/
get isConnected(): boolean {
return this._connectionStatus === NetworkConnectionStatus.Connected;
}

/**
* Gets the connectionStatus.
* @returns {NetworkConnectionStatus | undefined } The network connection status or undefined if no status is available.
Expand Down

0 comments on commit 0f16a64

Please sign in to comment.