Skip to content

Commit

Permalink
Intégration nouvelles données IDEO #242
Browse files Browse the repository at this point in the history
  • Loading branch information
gasilber committed Dec 19, 2024
1 parent e37e20e commit ba0a894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/jobs/sources/ideo2.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = (custom = {}) => {
return {
name,
async stream() {
const input = custom.input || (await getFromStorage("ONISEP-Ideo2-T_Export_complet.csv"));
const input = custom.input || (await getFromStorage("ONISEP-Ideo2-T_Export_complet-2.csv"));
const memory = [];

return compose(
Expand Down

0 comments on commit ba0a894

Please sign in to comment.