sbd-npm 1.2.25 → 1.2.26

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/util.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.25",
3
+ "version": "1.2.26",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -2458,8 +2458,8 @@ const Util = {
2458
2458
  let end_id = prefix + "_end_date";
2459
2459
  let nth_day = 0;
2460
2460
  if (!Util.regexp_date_yyyy_mm_dd(start_date)) {
2461
- start_date = "";
2462
2461
  nth_day = start_date;
2462
+ start_date = "";
2463
2463
  }
2464
2464
  if (!Util.regexp_date_yyyy_mm_dd(end_date)) {
2465
2465
  end_date = "";