Skip to content

Commit

Permalink
fix: typo in VFolder status update
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Aug 20, 2024
1 parent 5b5e8f4 commit 07eaecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/models/vfolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ async def _delete():
if failed_deletion:
await update_vfolder_status(
db_engine,
[vfid.vfolder_id for vfid, _ in failed_deletion],
[vfid.vfolder_id.folder_id for vfid, _ in failed_deletion],
VFolderOperationStatus.DELETE_ERROR,
do_log=False,
)
Expand Down

0 comments on commit 07eaecb

Please sign in to comment.