fix(block): Fix typo in Apollo block

This commit is contained in:
Zamil Majdy
2025-06-26 14:40:03 -07:00
parent b3c81fa9e2
commit 500952a15f

View File

@@ -80,7 +80,7 @@ class SearchPeopleBlock(Block):
default_factory=list,
advanced=False,
)
organization_num_empoloyees_range: list[int] = SchemaField(
organization_num_employees_range: list[int] = SchemaField(
description="""The number range of employees working for the company. This enables you to find companies based on headcount. You can add multiple ranges to expand your search results.
Each range you add needs to be a string, with the upper and lower numbers of the range separated only by a comma.""",