Skip to content

Commit a12429c

Browse files
committed
fix
1 parent f145fc9 commit a12429c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/a2a/server/tasks/database_task_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async def list(
216216
.as_string()
217217
.is_(None),
218218
self.task_model.status['timestamp'].as_string()
219-
>= start_task.status.timestamp,
219+
<= start_task.status.timestamp,
220220
)
221221
)
222222
else:

0 commit comments

Comments
 (0)