use prim ctor and fixed warnings: Botcontroller and effected classes
This commit is contained in:
@@ -68,7 +68,7 @@ public class BotGenerationCacheService
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public string CreateCacheKey(string role, string difficulty)
|
||||
public string CreateCacheKey(string? role, string? difficulty)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user