[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix id_mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Apr 26, 2019
1 parent e0cc0ce commit c08e700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improve-csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function main() {
dateMutation = converted.date_mutation
}

converted.id = `${millesime}-${idMutationSeq}`
converted.id_mutation = `${millesime}-${idMutationSeq}`

cb(null, converted)
}})
Expand Down

0 comments on commit c08e700

Please sign in to comment.