From ca133183bff1a82574e969116d91fceb88872ce4 Mon Sep 17 00:00:00 2001 From: dhanushpro <68463943+dhanushpro@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:01:35 +0530 Subject: [PATCH] Update hello.js --- src/hello.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/hello.js b/src/hello.js index 9a634ca8..31ba5135 100644 --- a/src/hello.js +++ b/src/hello.js @@ -31,10 +31,7 @@ hello.utils = { } else { - if (Array.isArray(a)) { - // Clone it - a = a.slice(0); - } + r = a; }