Skip to content

Commit

Permalink
Restock detection - Update stock-not-in-stock.js strings (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
dextouu authored Dec 5, 2023
1 parent 824748d commit 792fedb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changedetectionio/res/stock-not-in-stock.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function isItemInStock() {
'out-of-stock',
'produkt niedostępny',
'sold out',
'sold-out',
'temporarily out of stock',
'temporarily unavailable',
'tickets unavailable',
Expand Down Expand Up @@ -111,4 +112,4 @@ function isItemInStock() {
}

// returns the element text that makes it think it's out of stock
return isItemInStock();
return isItemInStock();

0 comments on commit 792fedb

Please sign in to comment.