Skip to content

Commit

Permalink
Fixes build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 17, 2016
1 parent b9d7537 commit 915221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Cocoa/NSURLSession+RxAlamofire.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extension Reactive where Base: URLSession {
_ url: URLConvertible,
parameters: [String: Any]? = nil,
encoding: ParameterEncoding = URLEncoding.default,
headers: [String: String]? = nil) -> Observable<AnyObject> {
headers: [String: String]? = nil) -> Observable<Any> {
do {
let request = try RxAlamofire.urlRequest(
method,
Expand Down

0 comments on commit 915221e

Please sign in to comment.