1
0
Fork 1
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:
Macintxsh 2023-07-18 11:31:24 +03:00 committed by GitHub
parent 9972b5f2a0
commit a1642bf191
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();