HermesNetwork
HermesNetwork copied to clipboard
cachedJSON function Compile Error
This function below in the response protocol gives the following compile error: 'Call can throw, but it is not marked with 'try' and the error is not handled'
private lazy var cachedJSON: JSON = {
return JSON(data: self.data ?? Data())
}()
I've created a pull request for this issue. Please check #5.