Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Dec 8, 2021
1 parent 0873913 commit 3bc80c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/APIClient/Request.swift
Expand Up @@ -8,7 +8,7 @@ public struct Request<Response> {
public var method: String
public var path: String
public var query: [String: String?]?
public var body: AnyEncodable?
var body: AnyEncodable?
public var id: String?

public static func get(_ path: String, query: [String: String?]? = nil) -> Request {
Expand Down

0 comments on commit 3bc80c8

Please sign in to comment.