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