Skip to content

Commit

Permalink
⚡️ :: ProductList Model 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jangseoyoung committed Nov 30, 2021
1 parent fa29cbb commit 7d6d081
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/Model/ProductList/ProductList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

import Foundation

struct ProductList: Codable {
var products = [ProductResponse]()
}

struct ProductResponse: Codable {
var product_id: String
var name: String
Expand Down

0 comments on commit 7d6d081

Please sign in to comment.