This commit is contained in:
2021-07-12 17:57:42 +08:00
parent 1c6d8fc2f3
commit 4929734a1a

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