mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 15:57:16 +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:
|
||||
options = set()
|
||||
meta = {'id': self.id,
|
||||
'type': self.type,
|
||||
'subtype': self.subtype,
|
||||
'first_seen': self.get_first_seen(),
|
||||
'last_seen': self.get_last_seen(),
|
||||
|
|
Loading…
Reference in a new issue