Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit ed9b411

Browse files
authored
Merge pull request #51 from JupiterOne/INT-9946
Add statusName to snipeit_hardware
2 parents d4317fd + 3af28db commit ed9b411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/steps/fetch-hardware/converter.ts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function convertHardware(
7070
parseTimePropertyValue(data.updated_at?.datetime),
7171
].sort()[0],
7272
statusMeta: data.status_label.status_meta,
73+
statusName: data.status_label.name,
7374
},
7475
},
7576
});

0 commit comments

Comments
 (0)