mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
fixing codefactor issue
This commit is contained in:
parent
9972b5f2a0
commit
a1642bf191
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ public static class Extensions {
|
|||
return DiscordSnowflake.New(id);
|
||||
}
|
||||
|
||||
|
||||
public static TResult? MaxOrDefault<TSource, TResult>(
|
||||
this IEnumerable<TSource> source, Func<TSource, TResult> selector) {
|
||||
var list = source.ToList();
|
||||
|
|
Loading…
Add table
Reference in a new issue