fix indentation
This commit is contained in:
parent
9d8d212f3c
commit
fef5be3d5e
|
@ -51,7 +51,7 @@ struct ReaderAPIEntry: Codable {
|
||||||
|
|
||||||
let articleID: String
|
let articleID: String
|
||||||
let title: String?
|
let title: String?
|
||||||
let author: String?
|
let author: String?
|
||||||
|
|
||||||
let publishedTimestamp: Double?
|
let publishedTimestamp: Double?
|
||||||
let crawledTimestamp: String?
|
let crawledTimestamp: String?
|
||||||
|
@ -65,7 +65,7 @@ struct ReaderAPIEntry: Codable {
|
||||||
enum CodingKeys: String, CodingKey {
|
enum CodingKeys: String, CodingKey {
|
||||||
case articleID = "id"
|
case articleID = "id"
|
||||||
case title = "title"
|
case title = "title"
|
||||||
case author = "author"
|
case author = "author"
|
||||||
case summary = "summary"
|
case summary = "summary"
|
||||||
case alternates = "alternate"
|
case alternates = "alternate"
|
||||||
case categories = "categories"
|
case categories = "categories"
|
||||||
|
|
Loading…
Reference in New Issue