🔧 Socket.io-zation of the dashboard

This commit is contained in:
2022-05-01 16:45:58 -07:00
parent 1fab50a92a
commit bb54f3e107
2 changed files with 5 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
useEffect(() => {
dispatch(
getWeeklyPullList({
startDate: "2022-4-13",
startDate: "2022-5-1",
pageSize: "15",
currentPage: "1",
}),