Skip to content

Commit 2cdf1b5

Browse files
committed
fix properties payload
1 parent a93fd6f commit 2cdf1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Public/Set-LMUptimeDevice.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ function Set-LMUptimeDevice {
381381
}
382382

383383
if ($customProperties) {
384-
$payload.customProperties = $customProperties
384+
$payload.properties = $customProperties
385385
}
386386

387387
if ($testLocation) {

0 commit comments

Comments
 (0)