Fixed V1 build issue

This commit is contained in:
Koen Bekkenutte
2021-10-27 01:44:38 +08:00
parent 14a8f1ebd2
commit fa2e34c7bb

View File

@@ -42,7 +42,6 @@ namespace ReadmeSample
var result = query.First();
Console.WriteLine($"Jons latest order had a grant total of {result.GrandTotal}");
Console.WriteLine($"The following query was used to fetch the results: {query.ToQueryString()}");
}
}
}