@ccci/micro-server 1.0.230 → 1.0.231
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -299709,8 +299709,8 @@ class BaseModel extends Model {
|
|
|
299709
299709
|
enableDefaultFields = tableOption.defaultAttributes ? tableOption.defaultAttributes : true;
|
|
299710
299710
|
}
|
|
299711
299711
|
if (initOptions.tableName === "Users") {
|
|
299712
|
-
Logger.info("initOptions :>> ", initOptions.timestamps);
|
|
299713
|
-
Logger.info("initOptions :>> ", initOptions.paranoid);
|
|
299712
|
+
Logger.info("initOptions.timestamps :>> ", initOptions.timestamps);
|
|
299713
|
+
Logger.info("initOptions.paranoid :>> ", initOptions.paranoid);
|
|
299714
299714
|
Logger.info("tableOption :>> ", tableOption);
|
|
299715
299715
|
Logger.info("enableDefaultFields :>> ", enableDefaultFields);
|
|
299716
299716
|
}
|