Skip to content

Commit f375ebf

Browse files
committed
Formatting and minor updates
1 parent e30af9c commit f375ebf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ async function buyItem(req, res) {
951951
req.params.inventoryId,
952952
{
953953
options: "keyValues",
954-
type: "InventoryItem",
954+
type: "InventoryItem"
955955
},
956956
setAuthHeaders(req)
957957
);
@@ -961,7 +961,7 @@ async function buyItem(req, res) {
961961
req.params.inventoryId,
962962
{ shelfCount: { type: "Integer", value: count } },
963963
{
964-
type: "InventoryItem",
964+
type: "InventoryItem"
965965
},
966966
setAuthHeaders(req)
967967
);
@@ -1364,7 +1364,7 @@ const options = {
13641364
url: UL_URL,
13651365
qs: { k: UL_API_KEY, i: deviceId },
13661366
headers: DUMMY_DEVICE_HTTP_HEADERS,
1367-
body: state,
1367+
body: state
13681368
};
13691369
13701370
request(options, (error) => {

0 commit comments

Comments
 (0)