Skip to content

Commit

Permalink
chore: disable reddit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 30, 2024
1 parent 2599d19 commit bf2d488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions public/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ It resolves user avatar against **gravatar.com**.

e.g., https://unavatar.io/gravatar/[email protected]

### Instagram
<!-- ### Instagram
Type: `username`
It resolves user avatar against **instagram.com**.
e.g., https://unavatar.io/instagram/willsmith
e.g., https://unavatar.io/instagram/willsmith -->

### Microlink

Expand All @@ -166,13 +166,13 @@ It resolves user avatar against **read.cv**.

e.g., https://unavatar.io/readcv/elenatorro

### Reddit
<!-- ### Reddit
Type: `username`
It resolves user avatar against **reddit.com**.
e.g., https://unavatar.io/reddit/kikobeats
e.g., https://unavatar.io/reddit/kikobeats -->

### SoundCloud

Expand Down
2 changes: 1 addition & 1 deletion src/providers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const providers = {
// instagram: require('./instagram'),
microlink: require('./microlink'),
readcv: require('./readcv'),
reddit: require('./reddit'),
// reddit: require('./reddit'),
soundcloud: require('./soundcloud'),
substack: require('./substack'),
telegram: require('./telegram'),
Expand Down

0 comments on commit bf2d488

Please sign in to comment.