chore: console.log

This commit is contained in:
Chareice 2024-11-10 10:08:54 +08:00
parent bea2d4880e
commit 62e796b61c
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;
console.log({ filterKey });
const targetInstances = await targetCollection.repository.find({
filter: {
[filterKey]: items,