1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 20:13:13 +00:00

Yes, it's just a warning

This commit is contained in:
Kwoth 2021-09-21 20:59:05 +02:00
parent 2e66137f3e
commit 611817f78a

View file

@ -93,7 +93,7 @@ namespace NadekoBot.Modules.Utility.Services
return DateTime.UtcNow + (Repeater.Interval * initialIntervalMultiplier);
}
public override bool Equals(object? obj)
public override bool Equals(object obj)
{
return obj is RunningRepeater rr && rr.Repeater.Id == this.Repeater.Id;
}