Skip to content

Commit c73b4a0

Browse files
authored
Update index.js
1 parent dbe4781 commit c73b4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44

55
async function getImageUrlFull() {
66
const imageUrl = 'https://raw.githubusercontent.com/Sstudios-Dev/image-core/main/src/img/';
7-
const randomNumber = Math.floor(Math.random() * 46) + 1; // Assuming there are 1000 images
7+
const randomNumber = Math.floor(Math.random() * 60) + 1; // Assuming there are 1000 images
88
const imageName = `img-core${randomNumber}.jpg`;
99
return { imageUrlFull: `${imageUrl}${imageName}?raw=true`, imageName };
1010
}

0 commit comments

Comments
 (0)