Minor bug fix

This commit is contained in:
G. Gibson 2023-02-28 10:14:15 -08:00
parent 0f9f967c77
commit 8ef194a5f3

View file

@ -161,7 +161,7 @@ module GxGwww
response = [200, {"content-type" => "application/text"}, @service.interface(credential).gxg_export.to_json.encrypt(the_session["csrf"]).encode64] response = [200, {"content-type" => "application/text"}, @service.interface(credential).gxg_export.to_json.encrypt(the_session["csrf"]).encode64]
else else
begin begin
call_response = @service.call_event(operation, , credential) call_response = @service.call_event(operation, credential)
if call_response.is_a?(::Hash) if call_response.is_a?(::Hash)
call_response.search do |the_value, the_selector, the_container| call_response.search do |the_value, the_selector, the_container|
if the_value.is_any?(::GxG::Database::PersistedHash, ::GxG::Database::DetachedHash) if the_value.is_any?(::GxG::Database::PersistedHash, ::GxG::Database::DetachedHash)