Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Adding curly brackets in json Payload (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-dasan authored and mechaffin committed Sep 11, 2018
1 parent 773b993 commit 1f202c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/models/iotHubManagerModels.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const toSubmitMethodJobRequestModel = (devices, { jobName, methodName, fi
Firmware: firmwareVersion,
FirmwareUri: firmwareUri
})
: '';
: '{}';
const request = {
JobId: jobId,
QueryCondition: `deviceId in [${deviceIds}]`,
Expand Down

0 comments on commit 1f202c0

Please sign in to comment.