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

Await the promise when deleting a file #545

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Conversation

oleeskild
Copy link
Owner

There has been a bug where deleting multiple files from the publication center resulted in only one file getting deleted at the time. This was caused by a 409 error from github, simply because we did the commits in parallel, because we forgot to await the actual deletion promise. This should fix that problem. Deleting files should now work as expected again.

@oleeskild oleeskild merged commit 6f0b002 into main Jan 21, 2024
4 checks passed
@oleeskild oleeskild deleted the bug/delete-multiple-broken branch January 21, 2024 13:54
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.

1 participant