fix: backwards compatibility

This commit is contained in:
Piyush Gupta
2025-10-17 00:58:39 +05:30
parent 607c085bd4
commit a14c8d5b37

View File

@@ -318,7 +318,8 @@ export const registerDeprecatedSecretFolderRouter = async (server: FastifyZodPro
...req.body,
projectId: req.body.workspaceId,
idOrName: req.params.folderIdOrName,
path
path,
forceDelete: true
});
await server.services.auditLog.createAuditLog({
...req.auditLogInfo,