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'); throw new ApiError(400, 'Invalid schoolCompanyXids');
} }
console.log('schoolCompanyXids', schoolCompanyXids);
const result = await userService.getAllActivitiesFromConnectionsUserInterests( const result = await userService.getAllActivitiesFromConnectionsUserInterests(
userId, userId,
schoolCompanyXids, schoolCompanyXids,

View File

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