From 90f2fff82914862439e3b320165506ba585fefa7 Mon Sep 17 00:00:00 2001 From: "G. Gibson" Date: Fri, 22 Apr 2022 09:08:58 -0700 Subject: [PATCH] Corrected typo 2 --- Services/www/www/gxg-www.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/www/www/gxg-www.rb b/Services/www/www/gxg-www.rb index 09a4e35..77ab181 100644 --- a/Services/www/www/gxg-www.rb +++ b/Services/www/www/gxg-www.rb @@ -1136,7 +1136,7 @@ module GxGwww if the_result[:error] response = [500, {"content-type" => "application/json"}, ({:result => false, :error => the_result[:error], :parameters => false}).to_json()] else - response = [200, {"content-type" => "application/json"}, (the_result.to_json] + response = [200, {"content-type" => "application/json"}, (the_result.to_json)] end else # err - service not found