Skip to content

Commit 99d2799

Browse files
body should not be stringified
1 parent fa12054 commit 99d2799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/scripts/member-managament/delete_old_members.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function sendRequest(params, callback) {
9999
const options = {
100100
uri: url.href,
101101
method: params.requestType,
102-
json: JSON.stringify(body),
102+
json: body,
103103
strictSSL: false
104104
};
105105

0 commit comments

Comments
 (0)