Make update identifiable

This commit is contained in:
Max Goedjen
2020-09-10 19:49:55 -07:00
parent 535b5efe8e
commit 3706e17a0b

View File

@@ -93,6 +93,13 @@ public struct Release: Codable {
}
extension Release: Identifiable {
public var id: String {
html_url.absoluteString
}
}
extension Release {