Update taux atmp 2022

pull/2123/head
Jérémy Rialland 2022-04-27 16:40:07 +02:00 committed by Johan Girod
parent 6d54fe22d2
commit 5cdbd8cde3
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export default function SelectAtmp(
useEffect(() => {
fetch(
'https://raw.githubusercontent.com/betagouv/taux-collectifs-cotisation-atmp/master/taux-2021.json'
'https://raw.githubusercontent.com/betagouv/taux-collectifs-cotisation-atmp/master/taux-2022.json'
)
.then((response) => {
if (!response.ok) {