Browse Source

fixed reposyncer delete

pull/313/head
“xxq250” 3 years ago
parent
commit
ebe8df8221
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/controllers/ob_repository_syncs_controller.rb

+ 1
- 0
app/controllers/ob_repository_syncs_controller.rb View File

@@ -37,6 +37,7 @@ class ObRepositorySyncsController < ApplicationController
if res["code"].to_s == "200"
@ob_repository_sync.destroy!
end
render_ok
end

def jobs


Loading…
Cancel
Save