Fixes additional issues

This commit is contained in:
tek 2024-04-26 13:49:48 +02:00
parent 32b24604d8
commit 27e80fc69d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class SMS(IOSExtraction):
},
]
# If the message was read, we add an extra event.
if record["isodate_read"]:
if record.get("isodate_read", None):
records.append(
{
"timestamp": record["isodate_read"],