2.1.9-publish

This commit is contained in:
Xu Chang 2023-06-12 19:42:11 +08:00
parent e8b0b689d5
commit 3e44bc81fd
3 changed files with 7 additions and 7 deletions

View File

@ -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'));

View File

@ -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": {

View File

@ -63,9 +63,9 @@ export async function loadRelations<
},
filter: {
userId,
entity: {
/* entity: {
$in: entities as string[],
},
}, */
},
}, {});
const result = userRelations.map(