Skip to main content
Sign in
Snippets Groups Projects
Commit a551f0fc authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Fix name of JSON repository.

parent 5a81aef7
Branches
Tags 0.0.173
No related merge requests found
Pipeline #4981 passed
......@@ -7,8 +7,8 @@ export const GET: RequestHandler = async ({ params }) => {
const { variable: name } = params
const variableFilePath = path.join(
"node_modules",
"@openfisca",
"france-json",
"@leximpact",
"socio-fiscal-openfisca-json",
"variables",
`${sanitizeFilename(name)}.json`,
)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment