Open hkmaly opened 1 year ago
Seems to solve #159.
Frankly, most likely the actual error is that it should be current[HISTORY_KEY] instead of current.history, but maybe it would be safer to get rid of those awaits as well.
current[HISTORY_KEY]
current.history
Seems to solve #159.
Frankly, most likely the actual error is that it should be
current[HISTORY_KEY]
instead ofcurrent.history
, but maybe it would be safer to get rid of those awaits as well.