Fix get names

This commit is contained in:
Adria Navarro 2024-10-23 13:10:50 +02:00
parent 8f99072552
commit b4a979ed97
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ export async function run(
)
}
export async function getNames(actions: TableRowActions) {
export async function getNames({ actions }: TableRowActions) {
const automations = await sdk.automations.find(
Object.values(actions).map(({ automationId }) => automationId)
)