Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
a551f0fc
Commit
a551f0fc
authored
Jul 19, 2022
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Fix name of JSON repository.
parent
5a81aef7
Branches
Branches containing commit
Tags
0.0.173
Tags containing commit
No related merge requests found
Pipeline
#4981
passed
Jul 19, 2022
Status:
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/variables/[variable]/index.ts
+2
-2
2 additions, 2 deletions
src/routes/variables/[variable]/index.ts
with
2 additions
and
2 deletions
src/routes/variables/[variable]/index.ts
+
2
−
2
View file @
a551f0fc
...
...
@@ -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`
,
)
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment