사용하지 않는 price: Int 제거

This commit is contained in:
Yu Sung
2025-10-03 00:59:31 +09:00
parent 81b01722ac
commit d1dcbfbd86
2 changed files with 12 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ struct GetCanResponse: Decodable, Hashable {
let title: String
let can: Int
let rewardCan: Int
let price: Int
let currency: String
let priceStr: String
}