Changed to primary ctor and fixed warnings
This commit is contained in:
@@ -101,7 +101,7 @@ public class BotController
|
||||
return _databaseService.GetBots().Core;
|
||||
}
|
||||
|
||||
public DifficultyCategories GetBotDifficulty(string type, string diffLevel, GetRaidConfigurationRequestData raidConfig, bool ignoreRaidSettings = false)
|
||||
public DifficultyCategories GetBotDifficulty(string type, string diffLevel, GetRaidConfigurationRequestData? raidConfig, bool ignoreRaidSettings = false)
|
||||
{
|
||||
var difficulty = diffLevel.ToLower();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user