Commit c310a5de by jaymehta

sort

1 parent c711cc65
...@@ -209,7 +209,8 @@ export const getAllVendors = () => async dispatch => { ...@@ -209,7 +209,8 @@ export const getAllVendors = () => async dispatch => {
// } // }
// } // }
// }, // },
populate: ["user", "experiences"] populate: ["user", "experiences"],
sort: ["createdAt:desc"]
}; };
// console.log("here 3", query); // console.log("here 3", query);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!