if let tenorReceived = try JSONDecoder().decode([TenorModel].self, from: responseString){
}
Estou recebendo o erroInitializer for conditional binding must have Optional type, not '[TenorModel]'
como consertar isso?
TENHO QUE usar try
e não try?
para poder detectar erros, como fazer isso?