diff --git a/p/nahsh/index.js b/p/nahsh/index.js index 6df7b721..8490628e 100644 --- a/p/nahsh/index.js +++ b/p/nahsh/index.js @@ -30,7 +30,7 @@ const parseLocation = (profile, l, lines) => { res.lines = res.lines.filter(x => x.id && x.name) } - // remove trailing zeroes, todo + // remove leading zeroes, todo if (res.id && res.id.length > 0) { res.id = res.id.replace(/^0+/, '') }