Conformed the models of the package to the Hashable protocol.
This commit is contained in:
@@ -16,7 +16,7 @@ import Foundation
|
||||
|
||||
extension Amiibo {
|
||||
/// A model that represents a collection of release dates related to an amiibo.
|
||||
public struct Release: Sendable {
|
||||
public struct Release: Sendable, Hashable {
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user