fix installation id
This commit is contained in:
parent
5d68da9dba
commit
de0f40bd0b
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ lbryio.authenticate = function() {
|
|||
lbry.status().then((response) => {
|
||||
|
||||
let installation_id = response.installation_id;
|
||||
installation_id = installation_id.substring(0, installation_id.length - 1) + "X"
|
||||
|
||||
function setCurrentUser() {
|
||||
lbryio.call('user', 'me').then((data) => {
|
||||
|
|
Loading…
Reference in a new issue