Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit 4a6027e

Browse files
committed
Fix ImportReposMetadataSerivce to call with_error_handling correctly
1 parent b887554 commit 4a6027e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/import_repos_metadata_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module ImportReposMetadataService
66
def call(user)
77
pr_service = PullRequestService.new(user, randomize_token: true)
88

9-
GithubErrorHandler.with_error_handling do
9+
GithubErrorHandler.with_error_handling(user) do
1010
pr_data = pr_service.all
1111

1212
pr_data.map do |pr|

0 commit comments

Comments
 (0)