-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-10-14, CAR Team 2024-10-28
-
1
The methods createCollectionAndIndexes() and commit() are receiving as a parameter a boost::optional<TranslatedRequestParams> but at the same time we are assuming that its value is going to be always present.
So, let's get rid of the optional condition and convert them to a const TranslatedRequestParams& type.