From 3af28dbee3c10ac74c4eb76010119d1dc5fc8cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacio=20Rodr=C3=ADguez?= Date: Fri, 5 Jan 2024 15:13:47 -0300 Subject: [PATCH] Add statusName to snipeit_hardware --- src/steps/fetch-hardware/converter.ts | 1 + 1 file changed, 1 insertion(+) 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, }, }, });