Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Removed undiscussed deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Jul 30, 2020
1 parent e696670 commit ce2d9ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/feed-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export class FeedStore extends EventEmitter {
*
* @param {Buffer} discoverKey
* @returns {FeedDescriptor|undefined}
* @deprecated since not relevant to feed store.
*/
getDescriptorByDiscoveryKey (discoverKey) {
return this._descriptors.get(discoverKey.toString('hex'));
Expand Down

0 comments on commit ce2d9ad

Please sign in to comment.