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

Commit

Permalink
fix capitalization typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajahoda authored Jun 24, 2024
1 parent 41fb081 commit 50ccd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/devices/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function createDeviceEntity(device: any): Entity {
model: null,
serial: device.SerialNumber || null,
serialNumber: device.SerialNumber || null,
aadDeviceId: device.AADDeviceId,
aadDeviceId: device.AADDeviceID,
adSiteName: device.Active0,
active: device.Active0 == true, // This appears to be 0/1 or true/false depending on the table used. Deliberately picking double equals to make sure both work.
clientVersion: device.Client_Version0,
Expand Down

0 comments on commit 50ccd2e

Please sign in to comment.