We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2133b4e commit d75afd5Copy full SHA for d75afd5
frontend/src/app/pages/DashBoardPage/utils/index.ts
@@ -319,7 +319,6 @@ export const getControllerDateValues = (obj: {
319
const isStart = !obj.execute;
320
const time = getTime(+(direction + amount), unit)(unit, isStart);
321
timeValues[1] = time.format(TIME_FORMATTER);
322
- debugger;
323
}
324
325
0 commit comments