mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): resolve lint issues
This commit is contained in:
@@ -23,10 +23,10 @@ export class AppInstance {
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks whether the application context is initialized.
|
||||
* This may return `false` in environments where the app instance is not set,
|
||||
* such as when running in test env or CLI mode without a full application bootstrap.
|
||||
*/
|
||||
* Checks whether the application context is initialized.
|
||||
* This may return `false` in environments where the app instance is not set,
|
||||
* such as when running in test env or CLI mode without a full application bootstrap.
|
||||
*/
|
||||
static isReady(): boolean {
|
||||
return this.app !== null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user