Skip to content
Snippets Groups Projects
Commit 2441ed76 authored by Marc Hanisch's avatar Marc Hanisch
Browse files

corrects typo

parent 55d7b328
No related branches found
No related tags found
1 merge request!38Feature use configurations data model
......@@ -29,7 +29,7 @@ export class DeviceConfigurationAttributes implements IDeviceConfigurationAttrib
newObject.offsetY = someObject.offsetY
newObject.offsetZ = someObject.offsetZ
newObject.calibrationDate = someObject.calibrationDate instanceof Date ? new Date(someObject.calibrationDate.getTime()) : null
someObject.deviceProperties = [...someObject.deviceProperties]
newObject.deviceProperties = [...someObject.deviceProperties]
return newObject
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment