fix
This commit is contained in:
parent
1c6d8fc2f3
commit
4929734a1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue