Skip to content

Commit dd1d017

Browse files
Update fetchShow.js
1 parent cceb6d7 commit dd1d017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/fetchShow.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const formatSeasons = (allEpisodes) => {
2323

2424
const fetchShow = () => {
2525
return axios
26-
.get("https://api.tvmaze.com/singlesearch/shows?q=stranger-things&embed=episodes")
26+
.get("https://api.tvmaze.com/singlesearch/shows?q=stranger+things&embed=episodes")
2727
.then(res => {
2828
const { data } = res;
2929

@@ -36,4 +36,4 @@ const fetchShow = () => {
3636
});
3737
};
3838

39-
export default fetchShow;
39+
export default fetchShow;

0 commit comments

Comments
 (0)