fix(api): resolve lint issues

This commit is contained in:
yassinedorbozgithub
2025-05-30 15:33:15 +01:00
parent 8a50bce083
commit 3e8532e287

View File

@@ -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;
}