diff --git a/src/steps/fetch-hardware/converter.ts b/src/steps/fetch-hardware/converter.ts index 091cb86..5f777bf 100644 --- a/src/steps/fetch-hardware/converter.ts +++ b/src/steps/fetch-hardware/converter.ts @@ -70,6 +70,7 @@ export function convertHardware( parseTimePropertyValue(data.updated_at?.datetime), ].sort()[0], statusMeta: data.status_label.status_meta, + statusName: data.status_label.name, }, }, });