shopify-monitor
shopify-monitor copied to clipboard
should fix stock issue
I think the issue was caused because metadata.stock
could be null
and while isNaN(undefined) == true
, isNaN(null) == false
.
I hope this also closes #117
my shopify monitor works then it stops