Skip to content

Commit

Permalink
WIP: remove per_page
Browse files Browse the repository at this point in the history
  • Loading branch information
ozturkseyma committed Nov 9, 2023
1 parent 168f349 commit ec15887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unsplash.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class Unsplash {
return await res.json()
}

getPhotos(per_page = 50) {
getPhotos() {
const url = [
this.base_url,
'/photos?',
Expand Down

1 comment on commit ec15887

@vercel
Copy link

@vercel vercel bot commented on ec15887 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.