Skip to content

Commit

Permalink
fix: create plan timestamp (#527)
Browse files Browse the repository at this point in the history
Co-authored-by: onePone <[email protected]>
  • Loading branch information
1pone and Xremn authored Nov 6, 2023
1 parent 10568d5 commit 7cc362c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/arex/src/panes/Replay/AppTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,8 @@ const AppTitle: FC<AppTitleProps> = ({
appId,
sourceEnv: 'pro',
targetEnv,
caseSourceFrom: values.caseSourceRange[0].startOf('day').valueOf(),
caseSourceTo: values.caseSourceRange[1]
.add(1, 'day')
.startOf('day')
.subtract(1, 'second')
.valueOf(),
caseSourceFrom: values.caseSourceRange[0].valueOf(),
caseSourceTo: values.caseSourceRange[1].valueOf(),
operationCaseInfoList: values.operationList?.map((operationId) => ({
operationId,
})),
Expand Down

0 comments on commit 7cc362c

Please sign in to comment.