summaryrefslogtreecommitdiff
path: root/lib/github/response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/github/response.rb')
-rw-r--r--lib/github/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/github/response.rb b/lib/github/response.rb
index 2fd07dd822e..761c524b553 100644
--- a/lib/github/response.rb
+++ b/lib/github/response.rb
@@ -9,7 +9,7 @@ module Github
end
def body
- @body ||= Oj.load(raw.body, class_cache: false, mode: :compat)
+ Oj.load(raw.body, class_cache: false, mode: :compat)
end
def rels