Skip to content

Commit

Permalink
XXX_FETCHED の状態を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kakuko authored Oct 9, 2024
1 parent 7c3a000 commit 20afe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/oqtopus_cloud/provider/routers/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def update_task(
try:
task = (
db.query(Task)
.filter(Task.id == id, Task.status == "QUEUED_FETCHED")
.filter(Task.id == id)
.first()
)
if task is None:
Expand Down

0 comments on commit 20afe5f

Please sign in to comment.