Skip to content

Commit

Permalink
application deadline added to the confirm response
Browse files Browse the repository at this point in the history
  • Loading branch information
GitVivekHub committed Oct 18, 2024
1 parent 101e3cd commit 09107f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ export const confirmItemMapperNew = (input: any) => {
time: {
range: {
start: "2023-01-03T13:23:01+00:00",
end: "2023-02-03T13:23:01+00:00",
end: input?.[0]?.applicationDeadline + "T00:00:00+00:00",
},
},
rateable: false,
Expand Down

0 comments on commit 09107f2

Please sign in to comment.