Commit e8b47815 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

fix genjsclient

parent 2281d461
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -672,7 +672,7 @@ def resources(
    limit_to: int = 2000,
    order_by: str = "title",
    only_deleted_items: bool = False,
    only_tags: list = None,
    only_tags: List[str] = None,
) -> List[Dict]:
    """
    Get all resources from a collection.