mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
enable logging
This commit is contained in:
parent
205428f371
commit
4c01ff50f8
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ exports.releasenotes = {
|
|||
request(options, function(error, response, body) {
|
||||
let json = JSON.parse(body);
|
||||
let releasemessage = json.body;
|
||||
console.log(releasemessage);
|
||||
let releasename = json.name || json.tag_name;
|
||||
let releasedate = json.published_at;
|
||||
let releaseurl = json.html_url;
|
||||
|
|
Loading…
Add table
Reference in a new issue