refactor(app-config): remove canCustomConnect virtual attribute

This commit is contained in:
Ali BARIN
2024-10-09 09:35:36 +00:00
committed by Faruk AYDIN
parent 6e42b52414
commit a76bee51fc
9 changed files with 12 additions and 25 deletions

View File

@@ -32,14 +32,6 @@ class AppConfig extends Base {
},
});
static get virtualAttributes() {
return ['canCustomConnect'];
}
get canCustomConnect() {
return !this.disabled && this.allowCustomConnection;
}
async getApp() {
if (!this.key) return null;