diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb index 557ed4729..8691c299f 100644 --- a/app/controllers/repositories_controller.rb +++ b/app/controllers/repositories_controller.rb @@ -39,6 +39,8 @@ class RepositoriesController < ApplicationController def commits @hash_commit = Gitea::Repository::Commits::ListService.new(@project.owner, @project.identifier, sha: params[:sha], page: params[:page]).call + Rails.logger.info("######__________________#####{@hash_commit}") + @hash_commit end def single_commit