feat: Cleans up routes.
This commit is contained in:
@@ -34,9 +34,9 @@ public extension Vendor {
|
||||
}
|
||||
|
||||
struct Update: Codable, Sendable {
|
||||
public let name: String?
|
||||
public let name: String
|
||||
|
||||
public init(name: String?) {
|
||||
public init(name: String) {
|
||||
self.name = name
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user