Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemog committed Jan 16, 2024
1 parent e408037 commit 79b8e8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/RulesProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ const EngineWrapper = ({ children }) => {
const url =
currLangAbrv &&
currentRegionCode &&
`https://nosgestesclimat-api.osc-fr1.scalingo.io/1.0.5/${currLangAbrv}/${currentRegionCode}/${optimizedOption ? 'optim-rules' : 'rules'}`
`https://nosgestesclimat-api.osc-fr1.scalingo.io/1.0.5/${currLangAbrv}/${currentRegionCode}/${
optimizedOption ? 'optim-rules' : 'rules'
}`
console.log('fetching:', url)
fetch(url, { mode: 'cors' })
.then((response) => response.json())
Expand Down

0 comments on commit 79b8e8e

Please sign in to comment.