change
This commit is contained in:
parent
e47a8f34c9
commit
afbf8f337e
|
@ -76,9 +76,9 @@ class SyncForgeController < ApplicationController
|
|||
end
|
||||
end
|
||||
end
|
||||
normal_status(1, "completed_sync")
|
||||
# normal_status(1, "completed_sync")
|
||||
rescue Exception => e
|
||||
normal_status(-1, e.message)
|
||||
SyncLog.sync_log("=================sync_user_failed====#{e}")
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue