From 9e3936fdc07b68d3dc5f30cd2d1d79848c7fc05d Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Fri, 23 Jun 2023 10:20:08 +0200 Subject: [PATCH] fix: typo --- pipeline/beam_etl/helpers/materials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/beam_etl/helpers/materials.py b/pipeline/beam_etl/helpers/materials.py index e41614f..fd60e8e 100644 --- a/pipeline/beam_etl/helpers/materials.py +++ b/pipeline/beam_etl/helpers/materials.py @@ -30,7 +30,7 @@ MATERIAL_MAPPING = { "polycarbonate": "plastic", "polypropylene": "plastic", "pvc": "plastic", - "resin": "plastic", + "resin": "resin", "stoneware": "stoneware", "cardboard": "cardboard", "paper": "cardboard",