Skip to content

Commit a802238

Browse files
committed
Remove unused initializer
1 parent 8c6ae37 commit a802238

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Modules/Sources/NetworkingCore/Model/OrderItem.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,4 @@ private struct OrderItemProductAddOnContainer: Decodable {
241241
//
242242
public struct OrderItemProductImage: Codable, Equatable, Hashable, Sendable {
243243
public let src: String
244-
245-
public init(src: String) {
246-
self.src = src
247-
}
248244
}

0 commit comments

Comments
 (0)