From 48015b5bdb1bad75c74ee01f36949ae7822c75cf Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 26 May 2023 20:43:47 -0300 Subject: [PATCH] fix typo --- litecord/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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