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 f9cc014 commit 70f3519Copy full SHA for 70f3519
app/workers/commit_collector.rb
@@ -41,6 +41,6 @@ def perform(project_id, project_name, last_commit_time, rules, github_token)
41
42
def collect_commits(project_name, last_commit_time, github_token)
43
gh = GitHubAPI.new(github_token)
44
- gh.get_commits(project_name, since_time)
+ gh.get_commits(project_name, last_commit_time)
45
end
46
0 commit comments