Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added medium blogs fetch feature for blogs section #445

Merged
merged 13 commits into from
Nov 15, 2021
Merged
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2021
commit 03150aa057b5cbf258ed54a020b0616b1b4cf270
1 change: 0 additions & 1 deletion fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ if (USE_GITHUB_DATA === "true") {
}

if (MEDIUM_USERNAME !== undefined) {

console.log(`Fetching Medium blogs data for ${MEDIUM_USERNAME}`);
const options = {
hostname: "api.rss2json.com",
Expand Down