This commit is contained in:
LeonOstrez
2025-07-03 17:42:42 +02:00
parent 303bd83f92
commit 950e58ac9f

View File

@@ -346,6 +346,8 @@ class StateManager:
await state.delete_after()
await session.commit()
# TODO: this is a temporary fix to unblock users!
# TODO: REMOVE THIS AFTER 1 WEEK FROM THIS COMMIT
# Process tasks before setting current state - trim logs from task descriptions before current task
if state.tasks and state.current_task:
try: