mirror of
https://github.com/therootcompany/greenlock.js.git
synced 2025-04-20 13:50:39 +00:00
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, '');
|
.replace(/\//g, '_').replace(/\+/g, '-').replace(/=/g, '');
|
||||||
}).join(',')
|
}).join(',')
|
||||||
};
|
};
|
||||||
console.log(JSON.stringify(data, 2, null));
|
|
||||||
req.write(JSON.stringify(data, 2, null));
|
req.write(JSON.stringify(data, 2, null));
|
||||||
req.end();
|
req.end();
|
||||||
}, 50);
|
}, 50);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user