mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
add space name to get automations endpoint
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user