Skip to content

Commit 36cbf4b

Browse files
authored
Merge pull request #62 from HazeProvinsal/patch-1
2 parents 9de9c05 + b638052 commit 36cbf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/03-array.problem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const StarWarsPeopleResults = z.unknown();
1212

1313
export const fetchStarWarsPeople = async () => {
1414
const data = await fetch(
15-
"https://www.totaltypescript.com/swapi/people.json",
15+
"https://swapi.py4e.com/api/people",
1616
).then((res) => res.json());
1717

1818
const parsedData = StarWarsPeopleResults.parse(data);

0 commit comments

Comments
 (0)