commit 21194fa78137ca0a60487968e32ee9c3941ad812 parent b837fd7f53d885601a8c5f668da233b240387638 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 20 Jan 2020 12:02:56 +0100 fix store access Diffstat:
| M | src/operations/history.ts | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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,