diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index b8ae3d6..c43193b 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -121,11 +121,10 @@ class QboController < ApplicationController end end - # Record that last time we updated - Qbo.update_time_stamp - ActiveRecord::Base.connection.close - end - + # Record that last time we updated + Qbo.update_time_stamp + ActiveRecord::Base.connection.close + end # The webhook doesn't require a response but let's make sure we don't send anything render :nothing => true, status: 200 else