Commit 8c3f0a17 authored by zerox1212's avatar zerox1212

Fix Refactoring Typo

parent fc4e0eb2
......@@ -271,7 +271,7 @@ class HistorySQLite(HistoryStorageInterface):
ev_fields = []
ev_variant_binaries = []
ev_variant_dict = event_result.get_event_props_as_field_dict()
ev_variant_dict = event_result.get_event_props_as_fields_dict()
# split dict into two synchronized lists which will be converted to SQL strings
# note that the variants are converted to binary objects for storing in SQL BLOB format
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment