alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
24 stars 4 forks source link

Properly wire `aiPersonaServiceID` #4153

Closed valeksiev closed 3 months ago

valeksiev commented 3 months ago

Describe the background of your pull request

I left a stupid typecast to unknown, which wiped a required property. As a result, the first aiPersonaService was always loaded for the engine.

This PR fixes that.