Skip to content

Commit

Permalink
make withdraw-rai set recieved date to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
anyoussefinia committed Jan 29, 2025
1 parent 4c290e5 commit 7a95b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const transform = (id: string) => {
};
}) || [],
proposedDate: getDateStringOrNullFromEpoc(data.STATE_PLAN.PROPOSED_DATE),
raiReceivedDate,
raiRequestedDate,
raiWithdrawnDate,
reviewTeam: compileSrtList(data.ACTION_OFFICERS),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const transform = () => {
id: data.id,
raiWithdrawEnabled: false,
makoChangedDate: data.timestamp ? new Date(data.timestamp).toISOString() : null,
raiReceivedDate: undefined,
cmsStatus,
stateStatus,
seatoolStatus: SEATOOL_STATUS.RAI_RESPONSE_WITHDRAW_REQUESTED,
Expand Down

0 comments on commit 7a95b83

Please sign in to comment.