mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-20 08:17:21 +01:00
Make update identifiable
This commit is contained in:
@@ -93,6 +93,13 @@ public struct Release: Codable {
|
||||
|
||||
}
|
||||
|
||||
extension Release: Identifiable {
|
||||
|
||||
public var id: String {
|
||||
html_url.absoluteString
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
extension Release {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user