Skip to content

Commit

Permalink
OTWO-7176 Handle null thirty_day_commits for NilAccountAnalysisFact (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Rani authored Jan 18, 2024
1 parent f4fe574 commit 827f5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/null_models/nil_account_analysis_fact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ class NilAccountAnalysisFact < NullObject
attr_reader :first_checkin, :last_checkin

empty_methods :commits_by_language, :commits_by_project, :name_language_facts
nought_methods :commits
nought_methods :commits, :thirty_day_commits, :twelve_month_commits
end

0 comments on commit 827f5fb

Please sign in to comment.