mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 22:10:14 +08:00
fix 修改异步为同步
This commit is contained in:
@@ -66,7 +66,7 @@ namespace AntSK.Pages.ChatPage.Components
|
||||
|
||||
private async Task LoadData()
|
||||
{
|
||||
app =await _apps_Repositories.GetFirstAsync(p => p.Id == AppId);
|
||||
app = _apps_Repositories.GetFirst(p => p.Id == AppId);
|
||||
}
|
||||
|
||||
protected async Task OnClearAsync()
|
||||
|
||||
Reference in New Issue
Block a user