fix: [investigations] delete obj

dev
terrtia 2023-11-08 13:35:13 +01:00
parent a92b73b123
commit e0f70c5072
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 0 deletions

View File

@ -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(),