diff --git a/PocketSharp.Tests/DefaultAccount.playlist b/PocketSharp.Tests/DefaultAccount.playlist index 90ba01b..ce94283 100644 --- a/PocketSharp.Tests/DefaultAccount.playlist +++ b/PocketSharp.Tests/DefaultAccount.playlist @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/PocketSharp.Tests/StressAccount.playlist b/PocketSharp.Tests/StressAccount.playlist index fd7a074..df4600c 100644 --- a/PocketSharp.Tests/StressAccount.playlist +++ b/PocketSharp.Tests/StressAccount.playlist @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/PocketSharp/PocketClient.cs b/PocketSharp/PocketClient.cs index 87b825e..3ddbf0a 100644 --- a/PocketSharp/PocketClient.cs +++ b/PocketSharp/PocketClient.cs @@ -220,8 +220,7 @@ namespace PocketSharp /// internal async Task Send(ActionParameter actionParameter) { - bool response = await Send(new List() { actionParameter }); - return response; + return await Send(new List() { actionParameter }); }