We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7c306 commit ba42085Copy full SHA for ba42085
core/schemas/observable.py
@@ -94,6 +94,7 @@ def add_text(cls, text: str, tags: list[str] = []) -> "ObservableTypes": # noqa
94
value=refanged,
95
created=datetime.datetime.now(datetime.timezone.utc),
96
).save()
97
+ observable.get_tags()
98
if tags:
99
observable = observable.tag(tags)
100
return observable
0 commit comments