We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eda9c50 + be095c5 commit e9d4acdCopy full SHA for e9d4acd
1 file changed
Source/Alamofire-SwiftyJSON.swift
@@ -37,7 +37,7 @@ extension Request {
37
*/
38
public func responseSwiftyJSON(queue: dispatch_queue_t? = nil, options: NSJSONReadingOptions = .AllowFragments, completionHandler: (NSURLRequest, NSHTTPURLResponse?, JSON, NSError?) -> Void) -> Self {
39
40
- return response(queue: queue, serializer: Request.JSONResponseSerializer(options: options), completionHandler: { (request, response, object, error) -> Void in
+ return response(queue: queue, responseSerializer: Request.JSONResponseSerializer(options: options), completionHandler: { (request, response, object, error) -> Void in
41
42
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), {
43
0 commit comments