Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
saifalfalah committed Nov 25, 2021
1 parent 9a87650 commit e29a7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/post-index/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports.checkIfTcoUrl = (url) => {
// && parsedUrl.hostname !== "mobile.twitter.com"
) {
return true;
}
} else return false;
};

exports.getTweetPath = (url) => parse(url).pathname.split("/")[3];
Expand Down

0 comments on commit e29a7f7

Please sign in to comment.