Skip to content

Commit

Permalink
try setting null explicitly instead of undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
anyoussefinia committed Jan 30, 2025
1 parent ad72d95 commit 6a601ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const transform = () => {
id: data.id,
raiWithdrawEnabled: false,
makoChangedDate: data.timestamp ? new Date(data.timestamp).toISOString() : null,
raiReceivedDate: undefined,
raiReceivedDate: null,
cmsStatus,
stateStatus,
seatoolStatus: SEATOOL_STATUS.RAI_RESPONSE_WITHDRAW_REQUESTED,
Expand Down

0 comments on commit 6a601ed

Please sign in to comment.