From ccdb1019bb4af025067b2fc5115d0db470f3a80b Mon Sep 17 00:00:00 2001 From: RanadeepPolavarapu <7084995+RanadeepPolavarapu@users.noreply.github.com> Date: Tue, 6 Oct 2020 20:47:12 -0400 Subject: [PATCH] Update getISO8601StringTzAware.md --- snippets/getISO8601StringTzAware.md | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/getISO8601StringTzAware.md b/snippets/getISO8601StringTzAware.md index a17ad3420..5ff8833fe 100644 --- a/snippets/getISO8601StringTzAware.md +++ b/snippets/getISO8601StringTzAware.md @@ -18,7 +18,6 @@ const getISO8601StringWithTz = (d) => { const dif = tzo >= 0 ? '+' : '-'; const pad = (num) => { const norm = Math.floor(Math.abs(num)); - // tslint:disable-next-line:no-magic-numbers return (norm < 10 ? '0' : '') + norm; }; return (