From 24597f5e8e5cbac2294e872716e8874eeb90c9be Mon Sep 17 00:00:00 2001 From: "Italo A. Casas" Date: Tue, 26 Jul 2016 16:20:17 -0400 Subject: [PATCH] removing unnecesary line of code (#437) --- lib/rpc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/rpc.js b/lib/rpc.js index 1bd9eb7c..d7d2a5e8 100644 --- a/lib/rpc.js +++ b/lib/rpc.js @@ -1,3 +1,2 @@ import RPC from './utils/rpc'; -const rpc = new RPC(); -export default rpc; +export default new RPC();