mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 14:24:16 +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;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Task<ConnectionDto> GetConnectionDto() => GetConnectionDto(true);
|
||||||
|
|
||||||
public async Task<ConnectionDto> GetConnectionDto(bool publishConnected = true)
|
public async Task<ConnectionDto> GetConnectionDto(bool publishConnected = true)
|
||||||
{
|
{
|
||||||
var dto = await _mareHub!.InvokeAsync<ConnectionDto>(nameof(GetConnectionDto)).ConfigureAwait(false);
|
var dto = await _mareHub!.InvokeAsync<ConnectionDto>(nameof(GetConnectionDto)).ConfigureAwait(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue