combat testing and polishing in the dev console, many bug fixes
This commit is contained in:
@@ -1074,9 +1074,9 @@ class CharacterService:
|
||||
character_json = json.dumps(character_dict)
|
||||
|
||||
# Update in database
|
||||
self.db.update_document(
|
||||
collection_id=self.collection_id,
|
||||
document_id=character.character_id,
|
||||
self.db.update_row(
|
||||
table_id=self.collection_id,
|
||||
row_id=character.character_id,
|
||||
data={'characterData': character_json}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user