This reverts commit 26c00dbc491059a6c1fa37905064fdf5b9f8eb46.
@@ -653,9 +653,7 @@ class OpenaiService implements IOpenaiService {
],
},
- })
- .populate('grantedGroupsForShareScope.item')
- .populate('grantedGroupsForAccessScope.item');
+ });
return {
myAiAssistants: assistants.filter(assistant => assistant.owner.toString() === user._id.toString()) ?? [],