mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:26:45 +00:00
chore: console.log
This commit is contained in:
parent
97b63b9b90
commit
4441602149
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user