Compare commits
2 Commits
0c97412057
...
a31ec97640
| Author | SHA1 | Date | |
|---|---|---|---|
| a31ec97640 | |||
|
|
b4ff39c0d7 |
@@ -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,
|
||||||
|
|||||||
@@ -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: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user