mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make various tweaks, mostly formatting and Id -> ID changes, to ReaderAPI.
This commit is contained in:
@@ -21,9 +21,9 @@ public struct ReaderAPIReferenceWrapper: Codable, Sendable {
|
||||
|
||||
public struct ReaderAPIReference: Codable, Sendable {
|
||||
|
||||
public let itemId: String?
|
||||
|
||||
public let itemID: String?
|
||||
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case itemId = "id"
|
||||
case itemID = "id"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user