This commit is contained in:
Vincent Batts 2025-06-05 16:20:47 -04:00
parent 1c95cde2f9
commit 01d5c1ac6a

View file

@ -203,7 +203,7 @@ class Tools:
"url": bookmark.get("url"),
"content": bookmark.get("content", ""),
"excerpt": bookmark.get("excerpt", ""),
"tags": bookmark.get("tags", []),
"labels": bookmark.get("labels", []),
"collection": bookmark.get("collection", {}),
"created_at": bookmark.get("created_at"),
"updated_at": bookmark.get("updated_at"),