Skip to content

Commit d18aa76

Browse files
committed
lint
1 parent 2ca8a6b commit d18aa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/database/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def db_toggle_image_favourite_status(image_id: str) -> bool:
410410
# print(f"✅ Favourite toggled for image {image_id}")
411411
return cursor.rowcount > 0
412412
except Exception as e:
413-
# print(f"❌ Error toggling favourite: {e}")
413+
print(f"❌ Error toggling favourite: {e}")
414414
conn.rollback()
415415
return False
416416
finally:

0 commit comments

Comments
 (0)