Skip to content

Commit

Permalink
remove version from image
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAlaqrabawi3 committed Jul 8, 2024
1 parent bb2be5d commit 4d4dcd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/control/content/containers/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const Home = ({
const promises = imageList.map(
item =>
{
item.url +=`&v=${generateRandomNumber()}`;
return elimanateNotFoundImages(item.url).then(result => {
if (result.isValid) {
return result.newURL;
Expand Down

0 comments on commit 4d4dcd9

Please sign in to comment.