mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
feat: remove comment
This commit is contained in:
parent
33a4873bc7
commit
32cd9a72c5
|
@ -216,7 +216,6 @@ const initialize = async () => {
|
|||
await Promise.all([
|
||||
nodeTypesStore.loadNodeTypesIfNotLoaded(),
|
||||
credentialsStore.fetchAllCredentials(route?.params?.projectId as string | undefined),
|
||||
// credentialsStore.fetchCredentialTypes(false),
|
||||
usersStore.fetchUsers(),
|
||||
workflowsStore.fetchAllWorkflows(route.params?.projectId as string | undefined),
|
||||
workflowsStore.fetchActiveWorkflows(),
|
||||
|
|
Loading…
Reference in a new issue