Skip to content

Commit

Permalink
date update
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Apr 26, 2024
1 parent 5f25776 commit bd8f282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/actions/homeActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export const fetchOCPJobsData = () => async (dispatch, getState) => {
const response = await API.get(API_ROUTES.CPT_JOBS_API_V1, {
params: {
pretty: true,
// ...(start_date && { start_date }),
// ...(end_date && { end_date }),
start_date: "2024-04-21",
end_date: "2024-04-22",
...(start_date && { start_date }),
...(end_date && { end_date }),
// start_date: "2024-04-21",
// end_date: "2024-04-22",
},
});
if (response?.data?.results?.length > 0) {
Expand Down

0 comments on commit bd8f282

Please sign in to comment.