Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
correção de problema na integração com zendesk
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefaria committed Apr 25, 2012
1 parent c0db7ec commit f869907
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ class ZendeskService {
}
cache.put new Element(zendeskTicketKey, ticket)
return ticket
} catch (ResponseParseException e) {
} catch (Exception e) {
return null
}
}
Expand Down

0 comments on commit f869907

Please sign in to comment.