Skip to content

Commit

Permalink
IOS-2381 Rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
mgolovko committed Apr 5, 2024
1 parent b03aa6f commit 3ff36d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ final class ContentUrlBuilder {

static func imageUrl(imageMetadata: ImageMetadata) -> URL? {
guard imageMetadata.id.isNotEmpty else {
anytypeAssertionFailure("Image id is empty")
return nil
}

Expand Down

0 comments on commit 3ff36d0

Please sign in to comment.