Skip to content

Commit

Permalink
weights are all in KG in this cvs
Browse files Browse the repository at this point in the history
  • Loading branch information
bandinopla committed Feb 12, 2024
1 parent 9d137ed commit 63e681f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/componentes/importer/import-from-heavyapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function padNumber(num) {
* @type {import("./import-from-csv").CVSParserConfig}
*/
const config = {
askWeightUnitToUser: true,
askWeightUnitToUser: false,
canContinueInCaseOfError: true,
schema,
verifyEachRow: true,
Expand All @@ -115,7 +115,7 @@ const config = {
day: null,
ename: null,
log:"",
wunit: usekg?'kg':'lb'
wunit: 'kg' //weights in this case are in KG
}
},

Expand Down

0 comments on commit 63e681f

Please sign in to comment.