Drop use of discard symbol

This commit is contained in:
Manuel Thalmann 2024-03-22 02:26:17 +01:00
parent 724e95bc57
commit a872555f93

View file

@ -54,7 +54,7 @@ namespace DT3 {
{
url = value;
NotifyPropertyChanged();
_ = urlTester.GetUrlAsync(Url);
var _ = urlTester.GetUrlAsync(Url);
}
}