Skip to content

Commit 34297e3

Browse files
Merge pull request #246281 from msjasteppe/quick-edit
Quick edit
2 parents 661a817 + 0bf6c71 commit 34297e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/iot/how-to-use-iotjsonpathcontent-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In this example, we're using a device message that is capturing `heartRate` data
9090
```json
9191
{
9292
"PatientId": "patient1",
93-
"HeartRate" : "78"
93+
"HeartRate" : 78
9494
}
9595
```
9696

0 commit comments

Comments
 (0)