Skip to content

Commit

Permalink
Updating execute calls
Browse files Browse the repository at this point in the history
  • Loading branch information
atljeremy committed Aug 9, 2016
1 parent 9b1864d commit edb1b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion HTTPService/Request/HTTPRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public struct HTTPRequest {
return self
}

public func executeMappingResponseToObject<T: AtlasMap>(completion: ((HTTPRequestOperation, HTTPResult<T>) -> Void)?) -> HTTPRequestOperation? {
public func execute<T: AtlasMap>(completion: ((HTTPRequestOperation, HTTPResult<T>) -> Void)?) -> HTTPRequestOperation? {
return HTTPService.defaultService().enqueue(self, completion: completion)
}

Expand Down

0 comments on commit edb1b8e

Please sign in to comment.