2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-04-20 13:50:39 +00:00
This commit is contained in:
AJ ONeal 2018-11-05 01:04:26 -07:00
parent 2abdfcc665
commit a612f4f98b

View File

@ -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);