You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The occurrence of tree in the url is checked without respect to position (see index.js), which leads to an error in parsing the correct branch from the url.
Example case: https://github.com/contentful/extensions/blob/master/samples/content-tree/extension.json
Will return: branch: 'extension.json'
Should return: branch: 'master'
The text was updated successfully, but these errors were encountered:
The occurrence of
tree
in the url is checked without respect to position (see index.js), which leads to an error in parsing the correct branch from the url.Example case:
https://github.com/contentful/extensions/blob/master/samples/content-tree/extension.json
Will return:
branch: 'extension.json'
Should return:
branch: 'master'
The text was updated successfully, but these errors were encountered: