Remove unused return statement
This commit is contained in:
parent
87d9e5df2a
commit
222bec2fb4
@ -45,7 +45,6 @@ public final class MediaGalleryManager: NSObject {
|
||||
transaction: GRDBWriteTransaction) throws -> MediaGalleryRecord? {
|
||||
guard let attachmentRowId = attachmentStream.grdbId else {
|
||||
throw OWSAssertionError("attachmentRowId was unexpectedly nil")
|
||||
return nil
|
||||
}
|
||||
|
||||
guard let messageUniqueId = attachmentStream.albumMessageId else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user