Skip to content

Commit 6634a3a

Browse files
author
Patrick Bareiss
committed
bug fix
1 parent b0cfb4d commit 6634a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class DataSource(SecurityContentObject):
2323
field_mappings: None | list = None
2424
convert_to_log_source: None | list = None
2525
example_log: None | str = None
26-
output_fields: None | list = None
26+
output_fields: list[str] = []
2727

2828
@model_serializer
2929
def serialize_model(self):

0 commit comments

Comments
 (0)