Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
add double dots to fetch url (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongnansu committed Dec 7, 2020
1 parent eb45de9 commit bb7e815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const generateInContextReport = (
};

fetch(
`/api/reporting/generateReport?timezone=${
`../api/reporting/generateReport?timezone=${
Intl.DateTimeFormat().resolvedOptions().timeZone
}`,
{
Expand Down

0 comments on commit bb7e815

Please sign in to comment.