This commit is contained in:
Devon Hudson
2025-11-09 20:54:21 -07:00
parent eff2503adc
commit d65fc3861b

View File

@@ -427,5 +427,3 @@ class SlidingSyncBody(RequestBodyModel):
if value is not None: if value is not None:
assert len(value) <= 100, f"Max lists: 100 but saw {len(value)}" assert len(value) <= 100, f"Max lists: 100 but saw {len(value)}"
return value return value