diff --git a/litecord/storage.py b/litecord/storage.py index dfeb948..814a81a 100644 --- a/litecord/storage.py +++ b/litecord/storage.py @@ -265,7 +265,7 @@ class Storage: ) drow["properties"] = {} for field in FIELDS_MIRRORED_TO_PROPERTIES: - drow[field] = drow.get(field) + drow["properties"][field] = drow.get(field) return drow