refactor(app-auth-client): remove redundant column selection

This commit is contained in:
Ali BARIN
2024-10-09 13:53:49 +00:00
committed by Faruk AYDIN
parent 8189cbc171
commit 4ca84aa515

View File

@@ -61,7 +61,7 @@ class AppAuthClient extends Base {
}
async triggerAppConfigUpdate() {
const appConfig = await this.$relatedQuery('appConfig').select('*');
const appConfig = await this.$relatedQuery('appConfig');
await appConfig?.updateConnectionAllowedProperty();
}