@ccci/micro-server 1.0.211 → 1.0.212
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -304304,7 +304304,7 @@ class BaseController {
|
|
|
304304
304304
|
try {
|
|
304305
304305
|
await this.beforeCreate(req);
|
|
304306
304306
|
let data = req.body;
|
|
304307
|
-
Logger.
|
|
304307
|
+
Logger.info("req.user :>> ", req.user);
|
|
304308
304308
|
if (req.user && !req.query.disableDefaultId) {
|
|
304309
304309
|
data.createdById = req.user.id ?? req.user._id;
|
|
304310
304310
|
}
|