Skip to content

Commit e77c5ab

Browse files
Update components/trustpilot/sources/new-product-reviews/new-product-reviews.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1672ad5 commit e77c5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/trustpilot/sources/new-product-reviews/new-product-reviews.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default {
9292
}
9393

9494
// Update the last review time for next poll
95-
if (latestReviewTime && latestReviewTime !== lastReviewTime) {
95+
if (latestReviewTime && latestReviewTime !== Number(lastReviewTime)) {
9696
this._setLastReviewTime(latestReviewTime);
9797
}
9898

0 commit comments

Comments
 (0)