Skip to content

Commit de5c923

Browse files
committed
Value changed with object data.
1 parent 87027a3 commit de5c923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: value
140+
body: requestValue
141141
}, function (error, response, body) {
142142
if (error != null) {
143143
latestValue = null;

0 commit comments

Comments
 (0)