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