added whitespace

This commit is contained in:
Khalim Conn-Kowlessar 2024-04-10 17:26:23 +01:00
parent 346b798c19
commit e0e60f8c98

View file

@ -75,6 +75,7 @@ async def trigger_plan(body: PlanTriggerRequest):
logger.info("Connecting to db")
session = sessionmaker(bind=db_engine)()
created_at = datetime.now().isoformat()
# TODO: We should store the trigger file path in the database with the plan so we can track the file that
# triggered the plan