blixify-server 0.3.9 → 0.3.11

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.
@@ -824,7 +824,7 @@ class MongoWrapper {
824
824
  const dataList = [];
825
825
  const queryId = (_u = aggregate.queryId) !== null && _u !== void 0 ? _u : "";
826
826
  const dateId = (_v = aggregate.dateId) !== null && _v !== void 0 ? _v : "baseUpdatedAt";
827
- const timezone = aggregate.timezone || "Asia/Kuala_lumpur";
827
+ const timezone = aggregate.timezone || "Asia/Kuala_Lumpur";
828
828
  const dateRanges = (_w = aggregate.range) !== null && _w !== void 0 ? _w : [
829
829
  (0, moment_timezone_1.default)().tz(timezone).format("DD/MM/YYYY HH:mm:ss"),
830
830
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blixify-server",
3
- "version": "0.3.09",
3
+ "version": "0.3.11",
4
4
  "license": "MIT",
5
5
  "main": "dist/apis/index.js",
6
6
  "private": false,