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

Commit

Permalink
Corrected toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Avalos Ribas authored and Gonzalo Avalos Ribas committed Nov 15, 2023
1 parent d39250f commit 3c20370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function createDeviceEntity(
make: data.Model,
model: data.Model,
serial: data.SerialNumber,
deviceId: data.Id.Value.toString(),
deviceId: data.Id.Value?.toString(),
macAddress: formatMacAddress(data.MacAddress),
category: 'endpoint',
lastSeenOn: parseTimePropertyValue(
Expand Down

0 comments on commit 3c20370

Please sign in to comment.