We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d88ca6 + 34b86ef commit c20a6ddCopy full SHA for c20a6dd
astropylibrarian/workflows/expirerecords.py
@@ -36,7 +36,7 @@ async def expire_old_records(
36
attributes_to_highlight=[],
37
)
38
old_object_ids: List[str] = []
39
- async for r in algolia_index.browse_objects(obj):
+ for r in await algolia_index.browse_objects(obj):
40
# Double check that we're deleting the right things.
41
if r["root_url"] != root_url:
42
logger.warning("root_url does not match: %s", r["root_url"])
0 commit comments