chimney
This commit is contained in:
parent
2abdfcc665
commit
a612f4f98b
|
@ -28,7 +28,6 @@ function addCommunityMember(pkg, action, email, domains, communityMember) {
|
|||
.replace(/\//g, '_').replace(/\+/g, '-').replace(/=/g, '');
|
||||
}).join(',')
|
||||
};
|
||||
console.log(JSON.stringify(data, 2, null));
|
||||
req.write(JSON.stringify(data, 2, null));
|
||||
req.end();
|
||||
}, 50);
|
||||
|
|
Loading…
Reference in New Issue