Browse Source

hotfix(CI fail)

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
9babd9b6fc
  1. 2
      app/lnd/index.js
  2. 2
      app/lnd/lib/lightning.js

2
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'

2
app/lnd/lib/lightning.js

@ -11,4 +11,4 @@ const lightning = (rpcpath, host) => {
return new rpc.lnrpc.Lightning(host, credentials)
}
export default { lightning }
export default lightning

Loading…
Cancel
Save