mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 09:37:27 +00:00
Update releasenotes.js
This commit is contained in:
parent
4f6ffa4e68
commit
322cda4cfd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ exports.releasenotes = {
|
|||
request(options, function(error, response, body) {
|
||||
let json = JSON.parse(body);
|
||||
let releasemessage = json.body;
|
||||
console.log(releasemessage);
|
||||
//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