dispatch SyncLibraryWithAPI on app initialized

This commit is contained in:
nklhrstv 2022-10-27 17:38:18 +03:00
parent 6f627dcbee
commit 1dd5b04204

View file

@ -103,6 +103,12 @@ const App = () => {
action: 'PullUserFromAPI' action: 'PullUserFromAPI'
} }
}); });
services.core.transport.dispatch({
action: 'Ctx',
args: {
action: 'SyncLibraryWithAPI'
}
});
} }
}, [initialized]); }, [initialized]);
return ( return (