From 63218e7f42d7be2a1df35a4f60cda68181097b06 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 19 Aug 2024 23:28:54 -0400 Subject: [PATCH] Fixed formating --- app/controllers/qbo_controller.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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