fix
This commit is contained in:
parent
f21e6f56ef
commit
66d25883eb
|
|
@ -88,6 +88,8 @@ namespace TIAMWebApp.Shared.Application.Services
|
||||||
|
|
||||||
callback.Invoke(response.ResponseData);
|
callback.Invoke(response.ResponseData);
|
||||||
}).Forget();
|
}).Forget();
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
var companyPropertiesByOwner = await _devAdminSignalClient.GetByIdAsync<Dictionary<Guid, string>>(SignalRTags.GetPropertiesByOwnerIdAsync, id);
|
var companyPropertiesByOwner = await _devAdminSignalClient.GetByIdAsync<Dictionary<Guid, string>>(SignalRTags.GetPropertiesByOwnerIdAsync, id);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue