mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Rename workflowsCount to workflowCount (no-changelog) (#13470)
This commit is contained in:
@@ -1320,7 +1320,7 @@ describe('GET /workflows?includeFolders=true', () => {
|
||||
type: ownerPersonalProject.type,
|
||||
},
|
||||
parentFolder: null,
|
||||
workflowsCount: 0,
|
||||
workflowCount: 0,
|
||||
}),
|
||||
]),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user