-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bitbucket folder sync pull #3072
Conversation
🦋 Changeset detectedLatest commit: 92786ad The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Commit SHA:576fb0487442f42e97665e696d357a3bd3b96dde Test coverage results 🧪
|
Commit SHA:576fb0487442f42e97665e696d357a3bd3b96dde |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super minor comments, otherwise good to merge!
packages/tokens-studio-for-figma/src/storage/BitbucketTokenStorage.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Jan Six <[email protected]>
Why does this PR exist?
Resolves #3070
In the 2.0 version of the plugin, the users are unable to fetch sets from Bitbucket remote storage, when the sets are in a folder structure. For example if a set exists as folder1/set1, it shall be unable to fetch it and even delete the existing folder sets.
What does this pull request do?
Testing this change