mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [investigations] delete obj
This commit is contained in:
parent
a92b73b123
commit
e0f70c5072
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class AbstractSubtypeObject(AbstractObject, ABC):
|
||||||
if options is None:
|
if options is None:
|
||||||
options = set()
|
options = set()
|
||||||
meta = {'id': self.id,
|
meta = {'id': self.id,
|
||||||
|
'type': self.type,
|
||||||
'subtype': self.subtype,
|
'subtype': self.subtype,
|
||||||
'first_seen': self.get_first_seen(),
|
'first_seen': self.get_first_seen(),
|
||||||
'last_seen': self.get_last_seen(),
|
'last_seen': self.get_last_seen(),
|
||||||
|
|
Loading…
Reference in a new issue