mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:16:26 +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;
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user