Make update identifiable

This commit is contained in:
Max Goedjen 2020-09-10 19:49:55 -07:00
parent 535b5efe8e
commit 3706e17a0b
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 7 additions and 0 deletions

View File

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