Skip to content

Commit

Permalink
⚰️ Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun committed Jan 25, 2024
1 parent 7dee2ea commit 7c3426f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/Sources/Network/NetworkProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public struct NetworkProvider: Networking {
case .plain:
break
case let .body(data):
let body = data.toDictionary
request.httpBody = try JSONEncoder().encode(data)
case let .query(data):
var components = URLComponents(string: url.absoluteString)
Expand Down

0 comments on commit 7c3426f

Please sign in to comment.