From 046ac3dc39bc7c478a91fcaa58bddc30508c5166 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Sun, 14 Apr 2024 15:05:31 +0100 Subject: [PATCH] fixed bug in already installed --- etl/customers/immo/pilot/asset_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/customers/immo/pilot/asset_list.py b/etl/customers/immo/pilot/asset_list.py index d8839924..e587cc25 100644 --- a/etl/customers/immo/pilot/asset_list.py +++ b/etl/customers/immo/pilot/asset_list.py @@ -52,7 +52,7 @@ already_installed = [ { 'address': '5 Oaklands', 'postcode': 'B62 0JA', - "overrides": ["windows_glazing"] + "already_installed": ["windows_glazing"] } ]