Skip to content

Commit

Permalink
Fixing lint and dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlu committed Sep 11, 2023
1 parent ea90198 commit bf9e78f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion bin/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const build = function (listBuilder, filename, opts = {}) {
s3.upload(this.filename, jsonMovies),
r2.upload(this.filename, jsonMovies)
])
return
})
}

Expand Down

0 comments on commit bf9e78f

Please sign in to comment.