Browse Source

fix

tags/v3.1.5
viletyy 5 years ago
parent
commit
4929734a1a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/compare_controller.rb

+ 1
- 1
app/controllers/compare_controller.rb 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

Loading…
Cancel
Save