Update RemoteCommunication.cs

This commit is contained in:
Archi
2022-02-03 19:54:39 +01:00
parent e18046084e
commit 6fcc64dad1

View File

@@ -245,7 +245,7 @@ internal sealed class RemoteCommunication : IAsyncDisposable {
}
private async Task<bool?> IsEligibleForListing() {
// But must be eligible for matching first
// Bot must be eligible for matching first
bool? isEligibleForMatching = await IsEligibleForMatching().ConfigureAwait(false);
if (isEligibleForMatching != true) {