Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: remove unused var (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdiogo authored and daviddias committed Mar 20, 2018
1 parent 78ca93a commit c1e8db1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/components/swarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
const multiaddr = require('multiaddr')
const promisify = require('promisify-es6')
const values = require('lodash.values')
const PeerId = require('peer-id')

const OFFLINE_ERROR = require('../utils').OFFLINE_ERROR

Expand Down

0 comments on commit c1e8db1

Please sign in to comment.