Skip to content

Commit

Permalink
Fix bug when compiling with Xcode 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak committed Jul 11, 2023
1 parent e2b88fe commit 452678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zotero/Controllers/IdentifierLookupController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ final class IdentifierLookupController: BackgroundDbProcessingActionHandler {
try self.storeDataAndDownloadAttachmentIfNecessary(identifier: identifier, response: response, attachments: attachments)
} catch let error {
DDLogError("IdentifierLookupController: can't create item(s) - \(error)")
observable.on(.next(Update(identifier: identifier, response: response, attachments: attachments, kind: .itemCreationFailed)))
self.observable.on(.next(Update(identifier: identifier, response: response, attachments: attachments, kind: .itemCreationFailed)))
}
}
}
Expand Down

0 comments on commit 452678f

Please sign in to comment.