chore: lint issue fixed 0.30

This commit is contained in:
Vasco Santos
2020-10-07 17:29:42 +02:00
committed by Vasco Santos
parent bb83cacb5a
commit 55020056ee
5 changed files with 22 additions and 13 deletions

View File

@ -5,6 +5,7 @@ const PeerRecord = require('./peer-record')
/**
* Create (or update if existing) self peer record and store it in the AddressBook.
*
* @param {libp2p} libp2p
* @returns {Promise<void>}
*/