Skip to content

Commit 87027a3

Browse files
committed
Value fixed.
1 parent 547375f commit 87027a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ You can get information when a service added, updated etc. This service will aut
1010

1111
```json
1212
{
13-
index.js:129
1413
"nodes": [
1514
{
1615
"Id": "xvvpn493yqrvtove74o33o9sf",

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const main = async () => {
137137
},
138138
json: true,
139139
method: 'POST',
140-
body: nservices
140+
body: value
141141
}, function (error, response, body) {
142142
if (error != null) {
143143
latestValue = null;

0 commit comments

Comments
 (0)