rads-db 3.2.15 → 3.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -97,7 +97,6 @@ function getEffectFor(entityName, aggregateRelationField, eventEntityName, schem
|
|
|
97
97
|
updatedEvents: v.updatedEvents,
|
|
98
98
|
oldDoc: v.oldAggDoc
|
|
99
99
|
}));
|
|
100
|
-
console.log(ctx);
|
|
101
100
|
const aggregateEffectContext = { ...context, typeName: entityName, handle: schema[entityName].handle };
|
|
102
101
|
await beforePut(hookItems, ctx, aggregateEffectContext);
|
|
103
102
|
await context.drivers[entityName].putMany(aggs, ctx);
|