diff --git a/lib/unsplash.js b/lib/unsplash.js index 8a4a418..be58484 100644 --- a/lib/unsplash.js +++ b/lib/unsplash.js @@ -11,7 +11,7 @@ export class Unsplash { return await res.json() } - getPhotos(per_page = 50) { + getPhotos() { const url = [ this.base_url, '/photos?',