chore: console.log

This commit is contained in:
Chareice 2024-11-10 10:08:54 +08:00
parent 97b63b9b90
commit 4441602149
No known key found for this signature in database

View File

@ -21,7 +21,6 @@ export class ToManyInterface extends BaseInterface {
const { filterKey, targetCollection, transaction } = ctx; const { filterKey, targetCollection, transaction } = ctx;
console.log({ filterKey });
const targetInstances = await targetCollection.repository.find({ const targetInstances = await targetCollection.repository.find({
filter: { filter: {
[filterKey]: items, [filterKey]: items,