From bf9e78fbe05aa702150641d5d4663359c84822a3 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Mon, 11 Sep 2023 08:45:58 -0400 Subject: [PATCH] Fixing lint and dead links --- README.md | 2 +- bin/deploy.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 836b673..547688c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Popular movies are based on some general rules: You can poll the following JSON file for a list of movies. ``` -https://popular-movies-data.stevenlu.com/popular-movies/movies.json +https://popular-movies-data.stevenlu.com/movies.json ``` * This file is regenerated nightly so it is recommended that you diff --git a/bin/deploy.js b/bin/deploy.js index 0997e67..57e2907 100755 --- a/bin/deploy.js +++ b/bin/deploy.js @@ -30,7 +30,6 @@ const build = function (listBuilder, filename, opts = {}) { s3.upload(this.filename, jsonMovies), r2.upload(this.filename, jsonMovies) ]) - return }) }