mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-19 23:57:24 +02: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 {
|
extension Release {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user