chore: change PullUserFromAPI action and include args

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
This commit is contained in:
Lachezar Lechev 2025-09-03 12:07:30 +03:00
parent be072e8391
commit d177f86018
No known key found for this signature in database
GPG key ID: FDC9325CE311E8A4

View file

@ -159,7 +159,8 @@ const App = () => {
services.core.transport.dispatch({
action: 'Ctx',
args: {
action: 'PullUserFromAPI'
action: 'PullUserFromAPI',
args: {}
}
});
services.core.transport.dispatch({