Skip to content

Problem in download logic #8881

@gr2m

Description

@gr2m

We are currently filtering out images that have no data, which changes the index mapping from the input images to the output images.

.filter(
(
downloadedFile,
): downloadedFile is {
mediaType: string | undefined;
data: Uint8Array;
} => downloadedFile?.data != null,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    ai/corebugSomething isn't working as documented

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions