Skip to content

Commit

Permalink
Fix for Haneke#390
Browse files Browse the repository at this point in the history
  • Loading branch information
z4r committed Apr 12, 2017
1 parent 347e8cf commit 7d643b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haneke/NetworkFetcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ open class NetworkFetcher<T : DataConvertible> : Fetcher<T> {
self.URL = URL

let key = URL.absoluteString
super.init(key: key!)
super.init(key: key)
}

open var session : URLSession { return URLSession.shared }
Expand Down

0 comments on commit 7d643b9

Please sign in to comment.