This commit is contained in:
Jasder 2020-10-19 23:41:05 +08:00
parent a63d675a92
commit 2f7b6c9b75
1 changed files with 1 additions and 1 deletions

View File

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