diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-20 12:02:56 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-20 12:02:56 +0100 |
commit | 21194fa78137ca0a60487968e32ee9c3941ad812 (patch) | |
tree | 60983d89044e037ec21611ea4b5239a044aab78a | |
parent | b837fd7f53d885601a8c5f668da233b240387638 (diff) |
fix store access
-rw-r--r-- | src/operations/history.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/history.ts b/src/operations/history.ts index 97e3269e8..88dc19945 100644 --- a/src/operations/history.ts +++ b/src/operations/history.ts @@ -168,6 +168,7 @@ export async function getHistory( [ Stores.currencies, Stores.coins, + Stores.denominations, Stores.exchanges, Stores.exchangeUpdatedEvents, Stores.proposals, |