From 269a2524fb91010c6a6bb09cc512ebe033885b4e Mon Sep 17 00:00:00 2001 From: Julius Tens Date: Sun, 18 Mar 2018 13:00:16 +0100 Subject: [PATCH] fix code commentary :bug: --- p/nahsh/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+/, '') }