store: fix fetchCount to include fetching entries and userInfo.

master
Tom Hacohen 2019-10-20 13:04:07 +03:00
parent 77c70ffae6
commit 5aa9640987
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ const fetchActions = [
] as Array<ActionFunctionAny<Action<any>>>;
for (const func in actions) {
if (func.startsWith('fetchList') ||
if (func.startsWith('fetch') ||
func.startsWith('add') ||
func.startsWith('update') ||
func.startsWith('delete')) {