more chache fix

This commit is contained in:
2023-10-06 03:07:07 +05:00
parent 6d2d93a1bf
commit 22308c265d
2 changed files with 3 additions and 2 deletions

View File

@ -353,7 +353,7 @@ async function removeImageBackground(image) {
// }
}
list.push(img);
img.src = `${array[i]}?${new Date().getTime()}`;
img.src = array[i];
if(i==array.length-1){
callback();
}