mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Stricter linting for promises and async functions (no-changelog) (#4642)
This commit is contained in:
@@ -122,7 +122,7 @@ export default mixins(showMessage, debounceHelper).extend({
|
||||
|
||||
await Promise.all(loadPromises);
|
||||
|
||||
this.usersStore.fetchUsers(); // Can be loaded in the background, used for filtering
|
||||
await this.usersStore.fetchUsers(); // Can be loaded in the background, used for filtering
|
||||
},
|
||||
onFilter(
|
||||
resource: ICredentialsResponse,
|
||||
|
||||
Reference in New Issue
Block a user