Skip to content

Commit 80c5936

Browse files
committed
fix: code style improvements
1 parent 5a9f88d commit 80c5936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/Networking/Remote/ShippingLabelRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public final class ShippingLabelRemote: Remote, ShippingLabelRemoteProtocol {
9393
/// - completion: Closure to be executed upon completion.
9494
public func packagesDetails(siteID: Int64,
9595
completion: @escaping (Result<ShippingLabelPackagesResponse, Error>) -> Void) {
96-
let path = "\(Path.packages)"
96+
let path = Path.packages
9797
let request = JetpackRequest(wooApiVersion: .wcConnectV1, method: .get, siteID: siteID, path: path, parameters: nil)
9898
let mapper = ShippingLabelPackagesMapper()
9999
enqueue(request, mapper: mapper, completion: completion)

0 commit comments

Comments
 (0)