fix store access

This commit is contained in:
Florian Dold 2020-01-20 12:02:56 +01:00
parent b837fd7f53
commit 21194fa781
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -168,6 +168,7 @@ export async function getHistory(
[ [
Stores.currencies, Stores.currencies,
Stores.coins, Stores.coins,
Stores.denominations,
Stores.exchanges, Stores.exchanges,
Stores.exchangeUpdatedEvents, Stores.exchangeUpdatedEvents,
Stores.proposals, Stores.proposals,