From 31111006c728d4d1b513c32838ca5b92e33a4c4a Mon Sep 17 00:00:00 2001 From: Jkorf Date: Thu, 17 Feb 2022 16:32:53 +0100 Subject: [PATCH] Update SpotClient.razor --- Examples/BlazorClient/Pages/SpotClient.razor | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/BlazorClient/Pages/SpotClient.razor b/Examples/BlazorClient/Pages/SpotClient.razor index 08d05d7..4df8700 100644 --- a/Examples/BlazorClient/Pages/SpotClient.razor +++ b/Examples/BlazorClient/Pages/SpotClient.razor @@ -49,7 +49,6 @@ foreach(var task in tasks) { if(task.Item2.Result.Success) - // TODO new version _prices.Add(task.Item1, task.Item2.Result.Data.HighPrice); } }