From 106ea86da923ec006aa33470464e75dc67b42c21 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Sat, 13 Jan 2018 13:31:26 -0600 Subject: [PATCH] hotfix(broken import) --- app/lnd/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lnd/index.js b/app/lnd/index.js index 40796b74..489f2190 100644 --- a/app/lnd/index.js +++ b/app/lnd/index.js @@ -1,7 +1,7 @@ import grpc from 'grpc' import fs from 'fs' import config from './config' -import lightning from './lib/lightning' +import { lightning } from './lib/lightning' import subscribe from './subscribe' import methods from './methods'