We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca8a6b commit d18aa76Copy full SHA for d18aa76
backend/app/database/images.py
@@ -410,7 +410,7 @@ def db_toggle_image_favourite_status(image_id: str) -> bool:
410
# print(f"✅ Favourite toggled for image {image_id}")
411
return cursor.rowcount > 0
412
except Exception as e:
413
- # print(f"❌ Error toggling favourite: {e}")
+ print(f"❌ Error toggling favourite: {e}")
414
conn.rollback()
415
return False
416
finally:
0 commit comments