diff --git a/Source/Chatbook/Services.wl b/Source/Chatbook/Services.wl index b0d4a7e2..cd561721 100644 --- a/Source/Chatbook/Services.wl +++ b/Source/Chatbook/Services.wl @@ -185,7 +185,7 @@ checkModelList // endDefinition; (* ::**************************************************************************************************************:: *) (* ::Subsection::Closed:: *) (*$availableServices*) -$availableServices := getAvailableServices[ ]; +$availableServices := Block[ { $availableServices = <| |> }, getAvailableServices[ ] ]; (* ::**************************************************************************************************************:: *) (* ::Subsection::Closed:: *)