Skip to content

Commit a41fc9a

Browse files
committed
fix: correct error introduced for testing (oops! 😂)
1 parent 2247cfc commit a41fc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const fetchImages = async (searchQuery, currentPage) => {
1010
const params = {
1111
q: searchQuery,
1212
page: currentPage,
13-
keyy: API_KEY,
13+
key: API_KEY,
1414
image_type: 'photo',
1515
orientation: 'horizontal',
1616
per_page: PER_PAGE,

0 commit comments

Comments
 (0)