diff --git a/server/app.py b/server/app.py index 68d010b..aa66173 100644 --- a/server/app.py +++ b/server/app.py @@ -779,11 +779,7 @@ def refresh_collections() -> ResponseReturnValue: orm.rollback() errors.append( { - "collection": { - "id": coll.id, - "title": coll.title, - "uri": coll.primary_uri, - }, + "collection": coll.json_summary, "error": gen_api_error(e), }, )