diff --git a/.idea/Model.iml b/.idea/Model.iml
index 96ad7a95..df6c4faa 100644
--- a/.idea/Model.iml
+++ b/.idea/Model.iml
@@ -7,7 +7,7 @@
-
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index fb10c6b0..50cad4ca 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/backend/app/plan/router.py b/backend/app/plan/router.py
index 3028e45f..80a531bf 100644
--- a/backend/app/plan/router.py
+++ b/backend/app/plan/router.py
@@ -521,6 +521,7 @@ async def trigger_plan(body: PlanTriggerRequest):
property_non_invasive_recommendations = RetrieveFindMyEpc.get_from_epc(
epc_searcher.newest_epc
)
+ # TODO: We need to determine if we should make a patch, if the EPC is new
epc_records = patch_epc(patch, epc_records)