From 5a426fc1496bb9b303622844d5042cf7544b5aa9 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Tue, 24 Mar 2020 09:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95update=5Ffile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/repositories_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb index a3e04307b..f0e36f281 100644 --- a/app/controllers/repositories_controller.rb +++ b/app/controllers/repositories_controller.rb @@ -57,6 +57,7 @@ class RepositoriesController < ApplicationController end def update_file + Rails.logger.info("##################_________params_____________#########{params}") interactor = Gitea::UpdateFileInteractor.call(current_user, params.merge(identifier: @project.identifier).compact) if interactor.success? @file = interactor.result