2.1.9-publish
This commit is contained in:
parent
e8b0b689d5
commit
3e44bc81fd
|
|
@ -51,9 +51,9 @@ async function loadRelations(params, context) {
|
|||
},
|
||||
filter: {
|
||||
userId,
|
||||
entity: {
|
||||
$in: entities,
|
||||
},
|
||||
/* entity: {
|
||||
$in: entities as string[],
|
||||
}, */
|
||||
},
|
||||
}, {});
|
||||
const result = userRelations.map((userRelation) => (0, lodash_1.omit)(userRelation, 'relation'));
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-external-sdk": "file:../oak-external-sdk",
|
||||
"oak-domain": "^2.6.9",
|
||||
"oak-external-sdk": "^1.0.12",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -63,9 +63,9 @@ export async function loadRelations<
|
|||
},
|
||||
filter: {
|
||||
userId,
|
||||
entity: {
|
||||
/* entity: {
|
||||
$in: entities as string[],
|
||||
},
|
||||
}, */
|
||||
},
|
||||
}, {});
|
||||
const result = userRelations.map(
|
||||
|
|
|
|||
Loading…
Reference in New Issue