Skip to content

Commit

Permalink
application deadline date time added
Browse files Browse the repository at this point in the history
  • Loading branch information
GitVivekHub committed Oct 18, 2024
1 parent d5dc108 commit 101e3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export const selectItemMapper = (providerArr: any) => {
time: {
range: {
start: "2023-01-03T13:23:01+00:00",
end: "2023-02-03T13:23:01+00:00",
end: course?.applicationDeadline + "T00:00:00+00:00",
},
},
rateable: false,
Expand Down Expand Up @@ -716,7 +716,7 @@ export const selectItemMapperNew = (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 101e3cd

Please sign in to comment.