Skip to content
Snippets Groups Projects

Met à jour les dépendances de l'application

2 files
+ 5
6
Compare changes
  • Side-by-side
  • Inline

Files

@@ -72,7 +72,6 @@
@@ -72,7 +72,6 @@
{ branch, group, project, rawUrlTemplate }: App.SessionOpenFiscaRepository,
{ branch, group, project, rawUrlTemplate }: App.SessionOpenFiscaRepository,
parameter: Parameter,
parameter: Parameter,
): string | undefined {
): string | undefined {
const path = `${metadata.parameters_dir}/${parameter.file_path}`
// Can't use:
// Can't use:
// return eval("`" + rawUrlTemplate + "`")
// return eval("`" + rawUrlTemplate + "`")
// because using direct eval with a bundler is not recommended and may cause problems
// because using direct eval with a bundler is not recommended and may cause problems
@@ -83,7 +82,7 @@
@@ -83,7 +82,7 @@
"project",
"project",
"path",
"path",
"return `" + rawUrlTemplate + "`",
"return `" + rawUrlTemplate + "`",
)(branch, group, project, path)
)(branch, group, project, parameter.file_path)
}
}
</script>
</script>
Loading