Skip to content

use await for cache manager

Fabio Maschi requested to merge feat/await-cache-manager into main

Using void instead of await makes the request be responses before the completition of the cache invalidation, which can cause FE to refresh its data before the cache invalidation, therefore showing still outdated data

Merge request reports

Loading