refactor(core): Rename workflowsCount to workflowCount (no-changelog) (#13470)

This commit is contained in:
Ricardo Espinoza
2025-02-26 07:57:30 -05:00
committed by GitHub
parent 6ba0128b5c
commit 6e8c401ff1
5 changed files with 29 additions and 29 deletions

View File

@@ -1320,7 +1320,7 @@ describe('GET /workflows?includeFolders=true', () => {
type: ownerPersonalProject.type,
},
parentFolder: null,
workflowsCount: 0,
workflowCount: 0,
}),
]),
});