Skip to content

Commit b258cad

Browse files
committed
fix: Fix scope default value as a list of string
1 parent 6f3d4e2 commit b258cad

File tree

1 file changed

+1
-1
lines changed
  • internal-enrichment/domaintools/src/connector

1 file changed

+1
-1
lines changed

internal-enrichment/domaintools/src/connector/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class InternalEnrichmentConnectorConfig(BaseInternalEnrichmentConnectorConfig):
1919
)
2020
scope: ListFromString = Field(
2121
description="The scope of the connector.",
22-
default=["Domain-Name,Ipv4-Addr"],
22+
default=["Domain-Name", "Ipv4-Addr"],
2323
)
2424

2525

0 commit comments

Comments
 (0)