mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix compile issue
This commit is contained in:
parent
83a15ba77c
commit
475f90d954
1 changed files with 2 additions and 0 deletions
|
|
@ -265,6 +265,8 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IM
|
|||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
public Task<ConnectionDto> GetConnectionDto() => GetConnectionDto(true);
|
||||
|
||||
public async Task<ConnectionDto> GetConnectionDto(bool publishConnected = true)
|
||||
{
|
||||
var dto = await _mareHub!.InvokeAsync<ConnectionDto>(nameof(GetConnectionDto)).ConfigureAwait(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue