We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3d4e2 commit b258cadCopy full SHA for b258cad
internal-enrichment/domaintools/src/connector/settings.py
@@ -19,7 +19,7 @@ class InternalEnrichmentConnectorConfig(BaseInternalEnrichmentConnectorConfig):
19
)
20
scope: ListFromString = Field(
21
description="The scope of the connector.",
22
- default=["Domain-Name,Ipv4-Addr"],
+ default=["Domain-Name", "Ipv4-Addr"],
23
24
25
0 commit comments