1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00
This commit is contained in:
Andrew Kingston 2023-10-26 19:14:36 +01:00
parent fd15f771ef
commit 69cffd0f09

View file

@ -43,7 +43,5 @@ export const initialise = context => {
// Wipe the caches whenever the datasource changes to ensure we aren't
// storing any stale information
datasource.subscribe(() => {
cache.actions.resetPrimaryDisplayCache()
})
datasource.subscribe(cache.actions.resetPrimaryDisplayCache)
}