Skip to content

Commit 70f3519

Browse files
Fix Uninstantiated variable
1 parent f9cc014 commit 70f3519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/workers/commit_collector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ def perform(project_id, project_name, last_commit_time, rules, github_token)
4141

4242
def collect_commits(project_name, last_commit_time, github_token)
4343
gh = GitHubAPI.new(github_token)
44-
gh.get_commits(project_name, since_time)
44+
gh.get_commits(project_name, last_commit_time)
4545
end
4646
end

0 commit comments

Comments
 (0)