2 Commits

2 changed files with 0 additions and 5 deletions

View File

@@ -45,8 +45,6 @@ export const handler = safeHandler(async (
throw new ApiError(400, 'Invalid schoolCompanyXids');
}
console.log('schoolCompanyXids', schoolCompanyXids);
const result = await userService.getAllActivitiesFromConnectionsUserInterests(
userId,
schoolCompanyXids,

View File

@@ -2661,7 +2661,6 @@ export class UserService {
},
});
console.log('networkUsers', networkUsers);
if (!networkUsers.length) {
return {
@@ -2697,8 +2696,6 @@ export class UserService {
const distinctInterests = networkUserInterests.map(i => i.interestXid);
console.log('distinctInterests', distinctInterests);
if (!distinctInterests.length) {
return {
interests: [],