FIX merge

This commit is contained in:
Jasder 2020-10-21 11:54:22 +08:00
parent 495dc0d2e1
commit 99f67cf3a7
1 changed files with 0 additions and 1 deletions

View File

@ -204,6 +204,5 @@ class Project < ApplicationRecord
def self.sync_educoder_shixun(url, private_token, page, per_page) def self.sync_educoder_shixun(url, private_token, page, per_page)
SyncEducoderShixunJob.perform_later(url, private_token, page, per_page) SyncEducoderShixunJob.perform_later(url, private_token, page, per_page)
end end
end end