diff options
Diffstat (limited to 'parser/ozchai.fnl')
| -rw-r--r-- | parser/ozchai.fnl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/parser/ozchai.fnl b/parser/ozchai.fnl index e59ddf0..40ead94 100644 --- a/parser/ozchai.fnl +++ b/parser/ozchai.fnl @@ -34,10 +34,7 @@ :url product.url :title product.title :description product.descr - ;; FIXME: parse all editions into different products - :image (if (< 0 (# gallery)) - (. gallery 1 :img) - "") + :image (if (< 0 (# gallery)) (. gallery 1 :img) "") :weight weight :volume volume :price price |
