@konplit-services/common 1.0.299 → 1.0.300

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.
@@ -81,7 +81,7 @@ const getDuration = (duration) => {
81
81
  const currentDate = (0, dayjs_1.default)();
82
82
  switch (duration) {
83
83
  case plan_types_1.PLAN_INTERVAL.HOURLY:
84
- const newDurationHourly = currentDate.add(2, "hour").valueOf();
84
+ const newDurationHourly = currentDate.add(1, "hour").valueOf();
85
85
  return newDurationHourly;
86
86
  case plan_types_1.PLAN_INTERVAL.DAILY:
87
87
  const newDurationDaily = currentDate.add(1, "day").valueOf();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.299",
3
+ "version": "1.0.300",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",