Skip to content

Commit 9c8239c

Browse files
author
Federico Mazzanti
committed
hotfix sample
1 parent 5eee14d commit 9c8239c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

samples/RestClient.Samples.ConsoleTest/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ static void Main(string[] args)
99
{
1010
NetworkService client = new NetworkService();
1111

12-
var t = client.RootUsers().Parameter("Key", null).Get();
13-
1412
Console.WriteLine("--- USERS ---");
1513

1614
var usersList = client.GetUsersWithPaging(2);

0 commit comments

Comments
 (0)