🔧 Miscellaneous Fixes (#79)

* ️ Config key to expose hostname in a Docker context

* 🔧 Miscellaneous Fixes
This commit was merged in pull request #79.
This commit is contained in:
2023-05-15 16:16:26 -04:00
committed by GitHub
parent 94692bb6d4
commit b8fb179ac6
7 changed files with 66 additions and 66 deletions

View File

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