mirror of https://gitlab.com/litecord/litecord.git
fix typo
This commit is contained in:
parent
ac1a0eb580
commit
48015b5bdb
|
|
@ -265,7 +265,7 @@ class Storage:
|
||||||
)
|
)
|
||||||
drow["properties"] = {}
|
drow["properties"] = {}
|
||||||
for field in FIELDS_MIRRORED_TO_PROPERTIES:
|
for field in FIELDS_MIRRORED_TO_PROPERTIES:
|
||||||
drow[field] = drow.get(field)
|
drow["properties"][field] = drow.get(field)
|
||||||
|
|
||||||
return drow
|
return drow
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue