mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Update releasenotes.js
This commit is contained in:
parent
bfd7569c56
commit
205428f371
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ exports.releasenotes = {
|
|||
};
|
||||
// Configure the request
|
||||
const options = {
|
||||
url: 'https://api.github.com/repos/lbryio/lbry-' + releaseType + '/releases/latest',
|
||||
url: 'https://api.github.com/repos/lbryio/lbry-' + releaseTypeName + '/releases/latest',
|
||||
method: 'GET',
|
||||
headers: headers
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue