Skip to content
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: remove slash prefix when comparing with match pattern #897

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

StrongMonkey
Copy link
Contributor

When comparing with prefix pattern, the onedrive file has filepath starting with "/". But when we are adding folder to the prefix path, we are only adding the name. This makes the folder prefix matching not working in onedrive. So removing the prefix slash before comparing.

#822

@StrongMonkey StrongMonkey merged commit 6bff2e0 into obot-platform:main Dec 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants