Update qbo_controller.rb

This commit is contained in:
2016-08-01 21:49:17 -04:00
committed by GitHub
parent 91110adad5
commit 6f0163ce7d

View File

@@ -103,10 +103,10 @@ class QboController < ApplicationController
else else
obj.sync_by_id(id) obj.sync_by_id(id)
end end
end
else else
render nothing: true, status: 400 render nothing: true, status: 400
end end
end
# Record that last time we updated # Record that last time we updated
Qbo.update_time_stamp Qbo.update_time_stamp