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

Commit

Permalink
Merge branch 'master' of github.com:dxos/feed-store
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Jul 30, 2020
2 parents 8390951 + 3e0453d commit af00847
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 @@ -182,7 +182,6 @@ export class FeedStore extends EventEmitter {
* @returns {FeedDescriptor|undefined}
* @deprecated since not relevant to feed store.
*/
// TODO(burdon): Remove
getDescriptorByDiscoveryKey (discoverKey) {
return this._descriptors.get(discoverKey.toString('hex'));
}
Expand Down

0 comments on commit af00847

Please sign in to comment.