refactor(app-auth-client): remove redundant column selection
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user