This commit is contained in:
Vincent Batts 2025-06-05 16:38:21 -04:00
parent e923a9bda7
commit e8c4f3e9b7

View file

@ -163,10 +163,10 @@ class Tools:
} }
formatted_collections.append(formatted_collection) formatted_collections.append(formatted_collection)
return json.dumps({ return {
"collections": formatted_collections, "collections": formatted_collections,
"total": len(formatted_collections) "total": len(formatted_collections)
}, indent=2) }
async def get_bookmark_by_id( async def get_bookmark_by_id(
self, self,