add space name to get automations endpoint

This commit is contained in:
faris Aljohari
2025-03-18 13:35:09 +03:00
parent ec851eda9d
commit 770ece21b3

View File

@ -260,6 +260,8 @@ export class AutomationService {
name: automationDetails.result.name,
status: automationDetails.result.status,
type: AUTOMATION_TYPE,
spaceId: automation.space.uuid,
spaceName: automation.space.spaceName,
};
} catch (error) {
console.warn(