mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Add endpoint DELETE /projects/:projectId/folders/:folderId (no-changelog) (#13516)
This commit is contained in:
@@ -159,7 +159,7 @@ export class WorkflowsController {
|
||||
|
||||
if (parentFolderId) {
|
||||
try {
|
||||
const parentFolder = await this.folderService.getFolderInProject(
|
||||
const parentFolder = await this.folderService.findFolderInProjectOrFail(
|
||||
parentFolderId,
|
||||
project.id,
|
||||
transactionManager,
|
||||
|
||||
Reference in New Issue
Block a user