This commit is contained in:
viletyy 2021-07-12 17:57:42 +08:00
parent 1c6d8fc2f3
commit 4929734a1a
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ class CompareController < ApplicationController
end
def gitea_compare(base, head)
Gitea::Repository::Commits::CompareService.call(@owner.login, @project.identifier, @base, @head)
Gitea::Repository::Commits::CompareService.call(@owner.login, @project.identifier, base, head)
end
end