This commit is contained in:
Andrew Kingston 2023-10-26 19:14:36 +01:00
parent fd15f771ef
commit 69cffd0f09
1 changed files with 1 additions and 3 deletions

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)
}