diff options
-rw-r--r-- | python/fatcat_tools/references.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/references.py b/python/fatcat_tools/references.py index 496a46e1..3a2709a4 100644 --- a/python/fatcat_tools/references.py +++ b/python/fatcat_tools/references.py @@ -210,7 +210,7 @@ def get_inbound_refs( work_ident: Optional[str] = None, openlibrary_work: Optional[str] = None, url: Optional[str] = None, - consolidate_works: bool = True, + consolidate_works: bool = False, filter_stage: List[str] = [], sort: Optional[str] = None, limit: int = 25, |