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

Commit

Permalink
Add statusName to snipeit_hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
i5o committed Jan 5, 2024
1 parent d4317fd commit 3af28db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steps/fetch-hardware/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
});
Expand Down

0 comments on commit 3af28db

Please sign in to comment.