We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30af9c commit f375ebfCopy full SHA for f375ebf
1 file changed
README.md
@@ -951,7 +951,7 @@ async function buyItem(req, res) {
951
req.params.inventoryId,
952
{
953
options: "keyValues",
954
- type: "InventoryItem",
+ type: "InventoryItem"
955
},
956
setAuthHeaders(req)
957
);
@@ -961,7 +961,7 @@ async function buyItem(req, res) {
961
962
{ shelfCount: { type: "Integer", value: count } },
963
964
965
966
967
@@ -1364,7 +1364,7 @@ const options = {
1364
url: UL_URL,
1365
qs: { k: UL_API_KEY, i: deviceId },
1366
headers: DUMMY_DEVICE_HTTP_HEADERS,
1367
- body: state,
+ body: state
1368
};
1369
1370
request(options, (error) => {
0 commit comments