diff options
| author | Zakaria BOUZIANE | 2015-04-07 11:42:18 +0200 |
|---|---|---|
| committer | Zakaria BOUZIANE | 2015-04-07 11:42:18 +0200 |
| commit | 00b43198f613030fc3204e359771e684cf05d04a (patch) | |
| tree | de448d30b76712152a19df2d045ed4262d7f13b5 /lib | |
| parent | 5b8d33f04f8679f1d1c3bf19d84760ca8c7a8269 (diff) | |
| download | chouette-core-00b43198f613030fc3204e359771e684cf05d04a.tar.bz2 | |
No need to filter jobs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ievkit/response/raise_error.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ievkit/response/raise_error.rb b/lib/ievkit/response/raise_error.rb index 9c466249e..21369a7cd 100644 --- a/lib/ievkit/response/raise_error.rb +++ b/lib/ievkit/response/raise_error.rb @@ -17,10 +17,10 @@ module Ievkit end # Big horrible hack to fix - body = response[:body] - if body["jobs"].present? - response[:body] = body.gsub("{\"jobs\":", "").chomp("}") - end + #body = response[:body] + #if body["{\"jobs\":"].present? + # response[:body] = body.gsub("{\"jobs\":", "").chomp("}") + #end end end |
