diff --git a/enterprise/api/v1/views.py b/enterprise/api/v1/views.py index d13755b3d6..fb0f820cda 100644 --- a/enterprise/api/v1/views.py +++ b/enterprise/api/v1/views.py @@ -552,7 +552,7 @@ def algolia_key(self, request, *args, **kwargs): settings.ENTERPRISE_ALGOLIA_SEARCH_API_KEY, { "filters": " OR ".join( - f"enterprise_customer_uuids:{str(enterprise_customer_uuid)}" + f"enterprise_customer_uuids:{enterprise_customer_uuid}" for enterprise_customer_uuid in queryset ),