Skip to content

Commit

Permalink
Changement de fichier DECA #183
Browse files Browse the repository at this point in the history
  • Loading branch information
gasilber committed Mar 27, 2024
1 parent 179a813 commit 12e6404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/jobs/sources/deca.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = (custom = {}) => {
return {
name,
async stream() {
const input = custom.input || (await getFromStorage("liste_etab_SIA_Dares_v4.csv"));
const input = custom.input || (await getFromStorage("liste_etab_SIA_Dares_v5.csv"));

return compose(
input,
Expand Down

0 comments on commit 12e6404

Please sign in to comment.