Warning cleanup
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
var faction = FilterService.GetFactionType();
|
||||
var immortal = FilterService.GetImmortalType();
|
||||
|
||||
var foundEntity = EntityModel.GetFrom(hotkey, hotkeyGroup, isHoldSpace, faction, immortal);
|
||||
var foundEntity = EntityModel.GetFrom(hotkey!, hotkeyGroup, isHoldSpace, faction, immortal);
|
||||
|
||||
if (foundEntity != null)
|
||||
{
|
||||
|
||||
@@ -131,11 +131,7 @@ else
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
#if NO_SQL
|
||||
GitService.Load();
|
||||
#else
|
||||
GitService.Load(Database);
|
||||
#endif
|
||||
await GitService.Load();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user