@cadenza.io/service 1.9.29 → 1.9.31

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.
package/dist/index.js CHANGED
@@ -3185,7 +3185,7 @@ var DatabaseController = class _DatabaseController {
3185
3185
  console.log(
3186
3186
  "EXECUTED",
3187
3187
  `db${op.charAt(0).toUpperCase() + op.slice(1)}${tableName.charAt(0).toUpperCase() + tableName.slice(1)}`,
3188
- context
3188
+ JSON.stringify(context)
3189
3189
  );
3190
3190
  delete context.queryData;
3191
3191
  delete context.data;