We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bef8b3 commit 86bac12Copy full SHA for 86bac12
app/models/repo.rb
@@ -37,7 +37,7 @@ def fetcher
37
end
38
39
def fetcher_json
40
- fetcher.as_json
+ @fetcher_json ||= fetcher.as_json
41
42
43
def issues_fetcher
0 commit comments