Fixes relative to fresh unsplash conf

This commit is contained in:
Joris Bertomeu
2024-11-19 16:11:40 +01:00
parent fd0b1395f7
commit e8d68d0b7e
3 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ export class UnsplashService {
});
}
async getRandomPhotos(collections = [], count = DEFAULT_PHOTO_COUNT) {
async getRandomPhotos(collections = [], count = 30) {
try {
const { response } = await this.api.photos.getRandom({
orientation: 'landscape',