Skip to content

Commit

Permalink
fix broken api url; update browserlist
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisgsmith committed Jun 28, 2024
1 parent 22513b5 commit 35b515b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const useGetReportStatus = ({ projectId, reportConfigId, jobId }: QueryPa
export const useInitializeReportDownload = (projectId: string, toastId: string) => {
return useMutation({
mutationFn: (reportConfigId: string) => {
const uri = `projects/${projectId}/report_configs/${reportConfigId}/jobs`;
const uri = `/projects/${projectId}/report_configs/${reportConfigId}/jobs`;

return apiPost(uri);
},
Expand Down

0 comments on commit 35b515b

Please sign in to comment.