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: Fix adding children to directory (file tree) for batch uploading #1463

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Oct 29, 2024

  1. fix: Fix adding children to directory (file tree) for batch uploading

    `addChild` is asynchronous and needs to be awaited, as `readEntries` is
    also async. This means it can not be done in the constructor but we need
    to handle this separately.
    
    So instead just add a `addChildren` helper method and await this
    function where needed.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    773fd82 View commit details
    Browse the repository at this point in the history