diff --git a/manifest.json b/manifest.json index 14ba9e5..9a089ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.2.1", + "version": "3.2.2", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", diff --git a/src/scm/bitbucket.js b/src/scm/bitbucket.js index 35849ca..15bc381 100644 --- a/src/scm/bitbucket.js +++ b/src/scm/bitbucket.js @@ -270,7 +270,7 @@ class Bitbucket { const link = response.next; let url = null; if (link) { - url = `${link}&access_token=${data.token}`; + url = link; } resolve({ items: data.items, url: url }); })